Spaces:
Sleeping
Sleeping
clementsan
commited on
Commit
•
c9e497d
1
Parent(s):
d34775e
Fix Yi LLM model name
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ import accelerate
|
|
23 |
|
24 |
# default_persist_directory = './chroma_HF/'
|
25 |
list_llm = ["mistralai/Mixtral-8x7B-Instruct-v0.1", "mistralai/Mistral-7B-Instruct-v0.2", "mistralai/Mistral-7B-Instruct-v0.1", \
|
26 |
-
"HuggingFaceH4/zephyr-7b-beta", "01-ai/Yi-6B-Chat-
|
27 |
"meta-llama/Llama-2-7b-chat-hf", "microsoft/phi-2", "TinyLlama/TinyLlama-1.1B-Chat-v1.0", \
|
28 |
"mosaicml/mpt-7b-instruct", "tiiuae/falcon-7b-instruct", "google/flan-t5-xxl"
|
29 |
]
|
|
|
23 |
|
24 |
# default_persist_directory = './chroma_HF/'
|
25 |
list_llm = ["mistralai/Mixtral-8x7B-Instruct-v0.1", "mistralai/Mistral-7B-Instruct-v0.2", "mistralai/Mistral-7B-Instruct-v0.1", \
|
26 |
+
"HuggingFaceH4/zephyr-7b-beta", "01-ai/Yi-6B-Chat-8bits", "VMware/open-llama-7b-v2-open-instruct", \
|
27 |
"meta-llama/Llama-2-7b-chat-hf", "microsoft/phi-2", "TinyLlama/TinyLlama-1.1B-Chat-v1.0", \
|
28 |
"mosaicml/mpt-7b-instruct", "tiiuae/falcon-7b-instruct", "google/flan-t5-xxl"
|
29 |
]
|