Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,6 @@ def run_command(command, cwd=None):
|
|
17 |
print(f"Command succeeded: {command}")
|
18 |
print(result.stdout)
|
19 |
|
20 |
-
run_command('pip install openai')
|
21 |
-
|
22 |
# Model configuration
|
23 |
MODEL_ID = "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B"
|
24 |
QUANT = "Q5_K_M"
|
|
|
17 |
print(f"Command succeeded: {command}")
|
18 |
print(result.stdout)
|
19 |
|
|
|
|
|
20 |
# Model configuration
|
21 |
MODEL_ID = "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B"
|
22 |
QUANT = "Q5_K_M"
|