Spaces:
Sleeping
Sleeping
Leonardo Oliva
commited on
Commit
•
ac774d8
1
Parent(s):
4b6798e
app.py
CHANGED
@@ -7,7 +7,7 @@ model_filename = "gorilla-openfunctions-v2-q6_K.gguf"
|
|
7 |
model_path = os.path.join("models", model_filename)
|
8 |
|
9 |
if not os.path.exists(model_path):
|
10 |
-
dl_guff_model("models", f"https://huggingface.co/gorilla-llm/gorilla-openfunctions-v2-gguf/
|
11 |
|
12 |
"""
|
13 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
|
|
7 |
model_path = os.path.join("models", model_filename)
|
8 |
|
9 |
if not os.path.exists(model_path):
|
10 |
+
dl_guff_model("models", f"https://huggingface.co/gorilla-llm/gorilla-openfunctions-v2-gguf/raw/main/gorilla-openfunctions-v2-q6_K.gguf")
|
11 |
|
12 |
"""
|
13 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|