Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ final_answer = FinalAnswerTool()
|
|
| 48 |
# )
|
| 49 |
|
| 50 |
model = TransformersModel(
|
| 51 |
-
model_id='Qwen/Qwen2.5-Coder-
|
| 52 |
max_new_tokens=4096,
|
| 53 |
device_map="auto"
|
| 54 |
)
|
|
|
|
| 48 |
# )
|
| 49 |
|
| 50 |
model = TransformersModel(
|
| 51 |
+
model_id='Qwen/Qwen2.5-Coder-3B-Instruct',# it is possible that this model may be overloaded
|
| 52 |
max_new_tokens=4096,
|
| 53 |
device_map="auto"
|
| 54 |
)
|