Spaces:
Paused
Paused
Access issue with Deepseek Qwen, switching to llama
Browse files
app.py
CHANGED
|
@@ -40,7 +40,8 @@ max_tokens=2096,
|
|
| 40 |
temperature=0.5,
|
| 41 |
#model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
| 42 |
#model_id='deepseek-ai/DeepSeek-R1',
|
| 43 |
-
model_id='deepseek-ai/DeepSeek-R1-Distill-Qwen-7B',
|
|
|
|
| 44 |
custom_role_conversions=None,
|
| 45 |
)
|
| 46 |
|
|
|
|
| 40 |
temperature=0.5,
|
| 41 |
#model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
| 42 |
#model_id='deepseek-ai/DeepSeek-R1',
|
| 43 |
+
#model_id='deepseek-ai/DeepSeek-R1-Distill-Qwen-7B',
|
| 44 |
+
model_id='meta-llama/Llama-3.1-8B-Instruct',
|
| 45 |
custom_role_conversions=None,
|
| 46 |
)
|
| 47 |
|