Spaces:
Sleeping
Sleeping
Use Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ final_answer = FinalAnswerTool()
|
|
99 |
model = HfApiModel(
|
100 |
max_tokens=2096,
|
101 |
temperature=0.5,
|
102 |
-
model_id='
|
103 |
custom_role_conversions=None,
|
104 |
)
|
105 |
|
|
|
99 |
model = HfApiModel(
|
100 |
max_tokens=2096,
|
101 |
temperature=0.5,
|
102 |
+
model_id='Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8',
|
103 |
custom_role_conversions=None,
|
104 |
)
|
105 |
|