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