Spaces:
Sleeping
Sleeping
clementsan
commited on
Commit
•
ce888d8
1
Parent(s):
6803339
Add new LLMs: gemma-2b-it and gemma-7b-it
Browse files
app.py
CHANGED
@@ -24,6 +24,7 @@ import accelerate
|
|
24 |
|
25 |
# default_persist_directory = './chroma_HF/'
|
26 |
list_llm = ["mistralai/Mixtral-8x7B-Instruct-v0.1", "mistralai/Mistral-7B-Instruct-v0.2", "mistralai/Mistral-7B-Instruct-v0.1", \
|
|
|
27 |
"HuggingFaceH4/zephyr-7b-beta", "meta-llama/Llama-2-7b-chat-hf", "microsoft/phi-2", \
|
28 |
"TinyLlama/TinyLlama-1.1B-Chat-v1.0", "mosaicml/mpt-7b-instruct", "tiiuae/falcon-7b-instruct", \
|
29 |
"google/flan-t5-xxl"
|
|
|
24 |
|
25 |
# default_persist_directory = './chroma_HF/'
|
26 |
list_llm = ["mistralai/Mixtral-8x7B-Instruct-v0.1", "mistralai/Mistral-7B-Instruct-v0.2", "mistralai/Mistral-7B-Instruct-v0.1", \
|
27 |
+
"google/gemma-7b-it","google/gemma-2b-it", \
|
28 |
"HuggingFaceH4/zephyr-7b-beta", "meta-llama/Llama-2-7b-chat-hf", "microsoft/phi-2", \
|
29 |
"TinyLlama/TinyLlama-1.1B-Chat-v1.0", "mosaicml/mpt-7b-instruct", "tiiuae/falcon-7b-instruct", \
|
30 |
"google/flan-t5-xxl"
|