Deinigu commited on
Commit
8b763c2
·
verified ·
1 Parent(s): 5ed80d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -53,7 +53,6 @@ model = HfApiModel(
53
  temperature=0.5,
54
  model_id="Qwen/Qwen2.5-Coder-32B-Instruct", # it is possible that this model may be overloaded
55
  custom_role_conversions=None,
56
- max_new_tokens=2056,
57
  )
58
 
59
 
 
53
  temperature=0.5,
54
  model_id="Qwen/Qwen2.5-Coder-32B-Instruct", # it is possible that this model may be overloaded
55
  custom_role_conversions=None,
 
56
  )
57
 
58