Spaces:
Sleeping
Sleeping
Yousefsalem
commited on
Commit
•
2886670
1
Parent(s):
fc12b3a
Update src/models.py
Browse files- src/models.py +2 -2
src/models.py
CHANGED
@@ -11,8 +11,8 @@ def download_models():
|
|
11 |
1. BioMistral-7B - A medical-specific language model.
|
12 |
2. Llama-2-7B - A general-purpose language model.
|
13 |
"""
|
14 |
-
os.system('wget -O llama-2-7b.Q8_0.gguf "https://huggingface.co/TheBloke/Llama-2-7B-GGUF/resolve/main/llama-2-7b.Q8_0.gguf?download=true')
|
15 |
-
os.system(
|
16 |
|
17 |
# Call the download function to ensure the models are available before starting the bot
|
18 |
download_models()
|
|
|
11 |
1. BioMistral-7B - A medical-specific language model.
|
12 |
2. Llama-2-7B - A general-purpose language model.
|
13 |
"""
|
14 |
+
os.system('wget -O llama-2-7b.Q8_0.gguf "https://huggingface.co/TheBloke/Llama-2-7B-GGUF/resolve/main/llama-2-7b.Q8_0.gguf?download=true"')
|
15 |
+
os.system('wget -O BioMistral-7B.Q8_0.gguf "https://huggingface.co/MaziyarPanahi/BioMistral-7B-GGUF/resolve/main/BioMistral-7B.Q8_0.gguf?download=true"')
|
16 |
|
17 |
# Call the download function to ensure the models are available before starting the bot
|
18 |
download_models()
|