jwa91 commited on
Commit
f7b8c83
·
verified ·
1 Parent(s): 68bf79b

Update app.py: debugging - model qwen change to 7b

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ final_answer = FinalAnswerTool()
87
  model = HfApiModel(
88
  max_tokens=2096,
89
  temperature=0.5,
90
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
91
  custom_role_conversions=None,
92
  )
93
 
 
87
  model = HfApiModel(
88
  max_tokens=2096,
89
  temperature=0.5,
90
+ model_id='Qwen/Qwen2.5-Coder-7B-Instruct',
91
  custom_role_conversions=None,
92
  )
93