Spaces:
Sleeping
Sleeping
Commit
·
5c1e727
1
Parent(s):
9d0944d
chore: Remove unused model in app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,6 @@ MODELS = [
|
|
26 |
"meta-llama/Meta-Llama-3-70B-Instruct",
|
27 |
"meta-llama/Meta-Llama-3.1-8B-Instruct",
|
28 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
29 |
-
"microsoft/Phi-3-mini-4k-instruct",
|
30 |
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
31 |
]
|
32 |
|
|
|
26 |
"meta-llama/Meta-Llama-3-70B-Instruct",
|
27 |
"meta-llama/Meta-Llama-3.1-8B-Instruct",
|
28 |
"mistralai/Mixtral-8x7B-Instruct-v0.1",
|
|
|
29 |
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
30 |
]
|
31 |
|