Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -28,11 +28,6 @@ hf_hub_download(
|
|
28 |
filename="Dolphin3.0-Qwen2.5-1.5B-Q6_K.gguf",
|
29 |
local_dir="./models",
|
30 |
)
|
31 |
-
hf_hub_download(
|
32 |
-
repo_id="bartowski/Dolphin3.0-Qwen2.5-0.5B-GGUF",
|
33 |
-
filename="Dolphin3.0-Qwen2.5-0.5B-Q6_K.gguf",
|
34 |
-
local_dir="./models",
|
35 |
-
)
|
36 |
|
37 |
# Set the title and description
|
38 |
title = "Dolphin-3 Llama.cpp 🐬"
|
@@ -136,7 +131,6 @@ demo = gr.ChatInterface(
|
|
136 |
choices=[
|
137 |
"Dolphin3.0-Llama3.2-1B-Q6_K.gguf",
|
138 |
"Dolphin3.0-Qwen2.5-1.5B-Q6_K.gguf",
|
139 |
-
"Dolphin3.0-Qwen2.5-0.5B-Q6_K.gguf",
|
140 |
],
|
141 |
value="Dolphin3.0-Llama3.2-1B-Q6_K.gguf",
|
142 |
label="Model",
|
|
|
28 |
filename="Dolphin3.0-Qwen2.5-1.5B-Q6_K.gguf",
|
29 |
local_dir="./models",
|
30 |
)
|
|
|
|
|
|
|
|
|
|
|
31 |
|
32 |
# Set the title and description
|
33 |
title = "Dolphin-3 Llama.cpp 🐬"
|
|
|
131 |
choices=[
|
132 |
"Dolphin3.0-Llama3.2-1B-Q6_K.gguf",
|
133 |
"Dolphin3.0-Qwen2.5-1.5B-Q6_K.gguf",
|
|
|
134 |
],
|
135 |
value="Dolphin3.0-Llama3.2-1B-Q6_K.gguf",
|
136 |
label="Model",
|