andreska commited on
Commit
7498c16
·
verified ·
1 Parent(s): 85fad1d

Test qwen 72B

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,8 +26,9 @@ if st.button("Submit"):
26
  ]
27
 
28
  completion = client.chat.completions.create(
 
29
  #model="Qwen/Qwen2.5-Coder-32B-Instruct",
30
- model="HuggingFaceTB/SmolLM2-1.7B-Instruct",
31
  messages=messages,
32
  max_tokens=500
33
  )
 
26
  ]
27
 
28
  completion = client.chat.completions.create(
29
+ model= "Qwen/Qwen2.5-72B-Instruct",
30
  #model="Qwen/Qwen2.5-Coder-32B-Instruct",
31
+ #model="HuggingFaceTB/SmolLM2-1.7B-Instruct",
32
  messages=messages,
33
  max_tokens=500
34
  )