Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,11 @@ hf_hub_download(
|
|
18 |
filename="Mistral-7B-Instruct-v0.3-f32.gguf",
|
19 |
local_dir="./models"
|
20 |
)
|
|
|
|
|
|
|
|
|
|
|
21 |
hf_hub_download(
|
22 |
repo_id="bartowski/Einstein-v6-7B-GGUF",
|
23 |
filename="Einstein-v6-7B-Q6_K.gguf",
|
@@ -215,7 +220,8 @@ demo = gr.ChatInterface(
|
|
215 |
),
|
216 |
gr.Dropdown([
|
217 |
'Mistral-7B-Instruct-v0.3-f32.gguf',
|
218 |
-
'Einstein-v6-7B-Q6_K.gguf'
|
|
|
219 |
],
|
220 |
value="Mistral-7B-Instruct-v0.3-f32.gguf",
|
221 |
label="Model"
|
|
|
18 |
filename="Mistral-7B-Instruct-v0.3-f32.gguf",
|
19 |
local_dir="./models"
|
20 |
)
|
21 |
+
hf_hub_download(
|
22 |
+
repo_id="bartowski/dolphin-2.8-mistral-7b-v02-GGUF",
|
23 |
+
filename="dolphin-2.8-mistral-7b-v02-Q6_K.gguf",
|
24 |
+
local_dir="./models"
|
25 |
+
)
|
26 |
hf_hub_download(
|
27 |
repo_id="bartowski/Einstein-v6-7B-GGUF",
|
28 |
filename="Einstein-v6-7B-Q6_K.gguf",
|
|
|
220 |
),
|
221 |
gr.Dropdown([
|
222 |
'Mistral-7B-Instruct-v0.3-f32.gguf',
|
223 |
+
'Einstein-v6-7B-Q6_K.gguf',
|
224 |
+
'dolphin-2.8-mistral-7b-v02-Q6_K.gguf'
|
225 |
],
|
226 |
value="Mistral-7B-Instruct-v0.3-f32.gguf",
|
227 |
label="Model"
|