Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,8 @@ def run_command(command, cwd=None):
|
|
| 18 |
print(result.stdout)
|
| 19 |
|
| 20 |
# Model configuration
|
| 21 |
-
MODEL_ID = "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B"
|
|
|
|
| 22 |
QUANT = "Q5_K_M"
|
| 23 |
|
| 24 |
def setup_llama_cpp():
|
|
|
|
| 18 |
print(result.stdout)
|
| 19 |
|
| 20 |
# Model configuration
|
| 21 |
+
#MODEL_ID = "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B"
|
| 22 |
+
#MODEL_ID = "Qwen/Qwen2.5-0.5B-Instruct"
|
| 23 |
QUANT = "Q5_K_M"
|
| 24 |
|
| 25 |
def setup_llama_cpp():
|