kevinalexmathews commited on
Commit
43b1503
·
verified ·
1 Parent(s): 3332500

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ final_answer = FinalAnswerTool()
48
  # )
49
 
50
  model = TransformersModel(
51
- model_id='Qwen/Qwen2.5-Coder-3B-Instruct',# it is possible that this model may be overloaded
52
  max_new_tokens=4096,
53
  device_map="auto"
54
  )
 
48
  # )
49
 
50
  model = TransformersModel(
51
+ model_id='Qwen/Qwen2.5-Coder-14B-Instruct',# it is possible that this model may be overloaded
52
  max_new_tokens=4096,
53
  device_map="auto"
54
  )