Spaces:
Runtime error
Runtime error
gorkemgoknar
commited on
Commit
•
beb7c10
1
Parent(s):
6dcf90d
Update app.py
Browse files
app.py
CHANGED
@@ -142,10 +142,10 @@ print("Downloading Zephyr 7B beta")
|
|
142 |
hf_hub_download(repo_id="TheBloke/zephyr-7B-beta-GGUF", local_dir=".", filename="zephyr-7b-beta.Q5_K_M.gguf")
|
143 |
zephyr_model_path="./zephyr-7b-beta.Q5_K_M.gguf"
|
144 |
|
145 |
-
print("Downloading Mistral 7B Instruct")
|
146 |
#Mistral
|
147 |
-
hf_hub_download(repo_id="TheBloke/Mistral-7B-Instruct-v0.1-GGUF", local_dir=".", filename="mistral-7b-instruct-v0.1.Q5_K_M.gguf")
|
148 |
-
mistral_model_path="./mistral-7b-instruct-v0.1.Q5_K_M.gguf"
|
149 |
|
150 |
#print("Downloading Yi-6B")
|
151 |
#Yi-6B
|
|
|
142 |
hf_hub_download(repo_id="TheBloke/zephyr-7B-beta-GGUF", local_dir=".", filename="zephyr-7b-beta.Q5_K_M.gguf")
|
143 |
zephyr_model_path="./zephyr-7b-beta.Q5_K_M.gguf"
|
144 |
|
145 |
+
#print("Downloading Mistral 7B Instruct")
|
146 |
#Mistral
|
147 |
+
#hf_hub_download(repo_id="TheBloke/Mistral-7B-Instruct-v0.1-GGUF", local_dir=".", filename="mistral-7b-instruct-v0.1.Q5_K_M.gguf")
|
148 |
+
#mistral_model_path="./mistral-7b-instruct-v0.1.Q5_K_M.gguf"
|
149 |
|
150 |
#print("Downloading Yi-6B")
|
151 |
#Yi-6B
|