kevinalexmathews commited on
Commit
4a711fa
·
verified ·
1 Parent(s): f56d19c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ final_answer = FinalAnswerTool()
46
  # )
47
 
48
  model = TransformersModel(
49
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
50
  )
51
 
52
  # Import tool from Hub
 
46
  # )
47
 
48
  model = TransformersModel(
49
+ model_id='Qwen/Qwen2.5-Coder-3B-Instruct',# it is possible that this model may be overloaded
50
  )
51
 
52
  # Import tool from Hub