Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|