Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,6 @@ model = HfApiModel(
|
|
| 53 |
temperature=0.5,
|
| 54 |
model_id="Qwen/Qwen2.5-Coder-32B-Instruct", # it is possible that this model may be overloaded
|
| 55 |
custom_role_conversions=None,
|
| 56 |
-
max_new_tokens=2056,
|
| 57 |
)
|
| 58 |
|
| 59 |
|
|
|
|
| 53 |
temperature=0.5,
|
| 54 |
model_id="Qwen/Qwen2.5-Coder-32B-Instruct", # it is possible that this model may be overloaded
|
| 55 |
custom_role_conversions=None,
|
|
|
|
| 56 |
)
|
| 57 |
|
| 58 |
|