Omnibus commited on
Commit
3ba79f7
1 Parent(s): f9e1a26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ models=[
20
  "1bitLLM/bitnet_b1_58-xl",
21
  "microsoft/WizardLM-2-8x22B",
22
  "microsoft/WizardLM-2-7B",
 
23
  ]
24
  client_z=[]
25
 
 
20
  "1bitLLM/bitnet_b1_58-xl",
21
  "microsoft/WizardLM-2-8x22B",
22
  "microsoft/WizardLM-2-7B",
23
+ "Qwen/Qwen1.5-7B-Chat-GGUF",
24
  ]
25
  client_z=[]
26