jbjbjb55 commited on
Commit
7847527
·
verified ·
1 Parent(s): c388bf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -52,7 +52,8 @@ model = HfApiModel(
52
  max_tokens=2096,
53
  temperature=0.5,
54
  #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
55
- model_id='meta-llama/Llama-3.1-8B'
 
56
  custom_role_conversions=None,
57
  )
58
 
 
52
  max_tokens=2096,
53
  temperature=0.5,
54
  #model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
55
+ model_id='Qwen/Qwen2.5-Coder-7B-Instruct',# may work better
56
+ #model_id='meta-llama/Llama-3.1-8B',# Not an instruct model
57
  custom_role_conversions=None,
58
  )
59