Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def run_command(command, cwd=None):
|
|
19 |
|
20 |
# Model configuration
|
21 |
#MODEL_ID = "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B"
|
22 |
-
MODEL_ID = "
|
23 |
QUANT = "Q5_K_M"
|
24 |
|
25 |
def setup_llama_cpp():
|
|
|
19 |
|
20 |
# Model configuration
|
21 |
#MODEL_ID = "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B"
|
22 |
+
MODEL_ID = "open-thoughts/OpenThinker-7B-Unverified"
|
23 |
QUANT = "Q5_K_M"
|
24 |
|
25 |
def setup_llama_cpp():
|