Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -10,7 +10,7 @@ class GaiaAgent:
|
|
| 10 |
model_id = "Qwen/Qwen2.5-Coder-32B-Instruct",
|
| 11 |
custom_role_conversions=None,
|
| 12 |
#provider = "huggingface", #'https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
|
| 13 |
-
|
| 14 |
)
|
| 15 |
#or
|
| 16 |
#model=InferenceClientModel(model_id="Qwen/Qwen2.5-Coder-32B-Instruct", provider="together")
|
|
|
|
| 10 |
model_id = "Qwen/Qwen2.5-Coder-32B-Instruct",
|
| 11 |
custom_role_conversions=None,
|
| 12 |
#provider = "huggingface", #'https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
|
| 13 |
+
provider="hf-inference"
|
| 14 |
)
|
| 15 |
#or
|
| 16 |
#model=InferenceClientModel(model_id="Qwen/Qwen2.5-Coder-32B-Instruct", provider="together")
|