Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -19,8 +19,8 @@ hf_hub_download(
|
|
19 |
local_dir="./models"
|
20 |
)
|
21 |
hf_hub_download(
|
22 |
-
repo_id="
|
23 |
-
filename="
|
24 |
local_dir="./models"
|
25 |
)
|
26 |
|
@@ -213,7 +213,7 @@ demo = gr.ChatInterface(
|
|
213 |
),
|
214 |
gr.Dropdown([
|
215 |
'Mistral-7B-Instruct-v0.3-f32.gguf',
|
216 |
-
'
|
217 |
],
|
218 |
value="Mistral-7B-Instruct-v0.3-f32.gguf",
|
219 |
label="Model"
|
|
|
19 |
local_dir="./models"
|
20 |
)
|
21 |
hf_hub_download(
|
22 |
+
repo_id="TheBloke/Mixtral-8x7B-Instruct-v0.1-GGUF",
|
23 |
+
filename="mixtral-8x7b-instruct-v0.1.Q6_K.gguf",
|
24 |
local_dir="./models"
|
25 |
)
|
26 |
|
|
|
213 |
),
|
214 |
gr.Dropdown([
|
215 |
'Mistral-7B-Instruct-v0.3-f32.gguf',
|
216 |
+
'mixtral-8x7b-instruct-v0.1.Q6_K.gguf'
|
217 |
],
|
218 |
value="Mistral-7B-Instruct-v0.3-f32.gguf",
|
219 |
label="Model"
|