Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -55,10 +55,10 @@ final_answer = FinalAnswerTool()
|
|
55 |
model = HfApiModel(
|
56 |
max_tokens=2096,
|
57 |
temperature=0.5,
|
58 |
-
|
59 |
#model_id='Qwen/Qwen2.5-Coder-7B-Instruct',# also overloaded
|
60 |
#model_id='microsoft/Phi-3-medium-128k-instruct',# last chance
|
61 |
-
model_id='HuggingFaceTB/SmolLM2-1.7B-Instruct',
|
62 |
#model_id='meta-llama/Llama-3.1-8B',# Not an instruct model
|
63 |
custom_role_conversions=None,
|
64 |
)
|
|
|
55 |
model = HfApiModel(
|
56 |
max_tokens=2096,
|
57 |
temperature=0.5,
|
58 |
+
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
59 |
#model_id='Qwen/Qwen2.5-Coder-7B-Instruct',# also overloaded
|
60 |
#model_id='microsoft/Phi-3-medium-128k-instruct',# last chance
|
61 |
+
#model_id='HuggingFaceTB/SmolLM2-1.7B-Instruct',
|
62 |
#model_id='meta-llama/Llama-3.1-8B',# Not an instruct model
|
63 |
custom_role_conversions=None,
|
64 |
)
|