Spaces:
Sleeping
Sleeping
clementsan
commited on
Commit
•
3bf3580
1
Parent(s):
29c0144
Remove Yi and open-llama models
Browse files- app.py +3 -3
- requirements.txt +0 -1
app.py
CHANGED
@@ -23,9 +23,9 @@ 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", "
|
27 |
-
"
|
28 |
-
"
|
29 |
]
|
30 |
list_llm_simple = [os.path.basename(llm) for llm in list_llm]
|
31 |
|
|
|
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", "meta-llama/Llama-2-7b-chat-hf", "microsoft/phi-2", \
|
27 |
+
"TinyLlama/TinyLlama-1.1B-Chat-v1.0", "mosaicml/mpt-7b-instruct", "tiiuae/falcon-7b-instruct", \
|
28 |
+
"google/flan-t5-xxl"
|
29 |
]
|
30 |
list_llm_simple = [os.path.basename(llm) for llm in list_llm]
|
31 |
|
requirements.txt
CHANGED
@@ -6,5 +6,4 @@ tqdm
|
|
6 |
accelerate
|
7 |
pypdf
|
8 |
chromadb
|
9 |
-
auto-gptq
|
10 |
|
|
|
6 |
accelerate
|
7 |
pypdf
|
8 |
chromadb
|
|
|
9 |
|