Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ model = HfApiModel(
|
|
| 93 |
max_tokens=2096,
|
| 94 |
temperature=0.5,
|
| 95 |
# model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
| 96 |
-
model_id='
|
| 97 |
# model_id='Qwen/Qwen2.5-Coder-14B-Instruct',
|
| 98 |
custom_role_conversions=None,
|
| 99 |
)
|
|
|
|
| 93 |
max_tokens=2096,
|
| 94 |
temperature=0.5,
|
| 95 |
# model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
| 96 |
+
model_id='Qwen/Qwen2.5-0.5B-Instruct',# it is possible that this model may be overloaded
|
| 97 |
# model_id='Qwen/Qwen2.5-Coder-14B-Instruct',
|
| 98 |
custom_role_conversions=None,
|
| 99 |
)
|