Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,13 +8,13 @@ models=[
|
|
| 8 |
"google/gemma-7b",
|
| 9 |
"google/gemma-7b-it",
|
| 10 |
"google/gemma-2b",
|
| 11 |
-
"google/gemma-2b-it"
|
| 12 |
"meta-llama/Llama-2-7b-chat-hf",
|
| 13 |
"codellama/CodeLlama-70b-Instruct-hf",
|
| 14 |
"openchat/openchat-3.5-0106",
|
| 15 |
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
| 16 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
| 17 |
-
"mistralai/Mixtral-8x7B-Instruct-v0.2"
|
| 18 |
]
|
| 19 |
client_z=[]
|
| 20 |
|
|
|
|
| 8 |
"google/gemma-7b",
|
| 9 |
"google/gemma-7b-it",
|
| 10 |
"google/gemma-2b",
|
| 11 |
+
"google/gemma-2b-it",
|
| 12 |
"meta-llama/Llama-2-7b-chat-hf",
|
| 13 |
"codellama/CodeLlama-70b-Instruct-hf",
|
| 14 |
"openchat/openchat-3.5-0106",
|
| 15 |
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
| 16 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
| 17 |
+
"mistralai/Mixtral-8x7B-Instruct-v0.2",
|
| 18 |
]
|
| 19 |
client_z=[]
|
| 20 |
|