jrmagallanes commited on
Commit
12153c4
·
verified ·
1 Parent(s): f8cefa8

Fix Qwen3 model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ final_answer = FinalAnswerTool()
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
 
 
99
  model = HfApiModel(
100
  max_tokens=2096,
101
  temperature=0.5,
102
+ model_id='Qwen/Qwen3-Coder-30B-A3B-Instruct',
103
  custom_role_conversions=None,
104
  )
105