clementsan commited on
Commit
89262a4
1 Parent(s): f74a5f5

Add new LLM: zephyr-7b-gemma-v0.1

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -25,7 +25,8 @@ import accelerate
25
  # default_persist_directory = './chroma_HF/'
26
  list_llm = ["mistralai/Mistral-7B-Instruct-v0.2", "mistralai/Mixtral-8x7B-Instruct-v0.1", "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"
31
  ]
 
25
  # default_persist_directory = './chroma_HF/'
26
  list_llm = ["mistralai/Mistral-7B-Instruct-v0.2", "mistralai/Mixtral-8x7B-Instruct-v0.1", "mistralai/Mistral-7B-Instruct-v0.1", \
27
  "google/gemma-7b-it","google/gemma-2b-it", \
28
+ "HuggingFaceH4/zephyr-7b-beta", "HuggingFaceH4/zephyr-7b-gemma-v0.1", \
29
+ "meta-llama/Llama-2-7b-chat-hf", "microsoft/phi-2", \
30
  "TinyLlama/TinyLlama-1.1B-Chat-v1.0", "mosaicml/mpt-7b-instruct", "tiiuae/falcon-7b-instruct", \
31
  "google/flan-t5-xxl"
32
  ]