Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
MODEL_ID = "ibm-granite/granite-3.1-2b-instruct"
|
|
|
|
|
2 |
|
3 |
import subprocess
|
4 |
def run_command(command, cwd=None):
|
|
|
1 |
+
#MODEL_ID = "ibm-granite/granite-3.1-2b-instruct"
|
2 |
+
MODEL_ID = "deepseek-ai/DeepSeek-R1-Distill-Qwen-7B"
|
3 |
+
|
4 |
|
5 |
import subprocess
|
6 |
def run_command(command, cwd=None):
|