Spaces:
Sleeping
Sleeping
using a different model as the default one might be overloaded
Browse files
app.py
CHANGED
@@ -67,6 +67,7 @@ model = HfApiModel(
|
|
67 |
max_tokens=2096,
|
68 |
temperature=0.5,
|
69 |
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
|
|
70 |
custom_role_conversions=None,
|
71 |
)
|
72 |
|
|
|
67 |
max_tokens=2096,
|
68 |
temperature=0.5,
|
69 |
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
70 |
+
model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
|
71 |
custom_role_conversions=None,
|
72 |
)
|
73 |
|