Spaces:
Running
Running
Clement Vachet
commited on
Commit
·
68c95c1
1
Parent(s):
2ff7a91
Update Llama 8B model
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ import retrieval
|
|
15 |
list_llm = [
|
16 |
"mistralai/Mistral-7B-Instruct-v0.3",
|
17 |
"microsoft/Phi-3.5-mini-instruct",
|
18 |
-
"meta-llama/
|
19 |
"meta-llama/Llama-3.2-3B-Instruct",
|
20 |
"meta-llama/Llama-3.2-1B-Instruct",
|
21 |
"HuggingFaceTB/SmolLM2-1.7B-Instruct",
|
|
|
15 |
list_llm = [
|
16 |
"mistralai/Mistral-7B-Instruct-v0.3",
|
17 |
"microsoft/Phi-3.5-mini-instruct",
|
18 |
+
"meta-llama/Llama-3.1-8B-Instruct",
|
19 |
"meta-llama/Llama-3.2-3B-Instruct",
|
20 |
"meta-llama/Llama-3.2-1B-Instruct",
|
21 |
"HuggingFaceTB/SmolLM2-1.7B-Instruct",
|