debisoft commited on
Commit
37cef39
·
1 Parent(s): 261b394

Try Qwen 2.5 72B

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -64,7 +64,8 @@ max_tokens=2096,
64
  temperature=0.5,
65
  #model_id='deepseek-ai/deepseek-coder-7b-instruct-v1.5',# it is possible that this model may be overloaded
66
  #model_id='Qwen/Qwen2.5-Coder-7B-Instruct',
67
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
 
68
  custom_role_conversions=None,
69
  )
70
 
 
64
  temperature=0.5,
65
  #model_id='deepseek-ai/deepseek-coder-7b-instruct-v1.5',# it is possible that this model may be overloaded
66
  #model_id='Qwen/Qwen2.5-Coder-7B-Instruct',
67
+ #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
68
+ model_id='Qwen/Qwen2.5-72B-Instruct',
69
  custom_role_conversions=None,
70
  )
71