Spaces:
Running
on
Zero
Running
on
Zero
tori29umai
commited on
Commit
β’
99e9982
1
Parent(s):
a1e6971
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ MODEL_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), "models")
|
|
27 |
# γ’γγ«γγ£γ¬γ―γγͺγεε¨γγͺγε ΄εγ―δ½ζ
|
28 |
if not os.path.exists("models"):
|
29 |
os.makedirs("models")
|
30 |
-
dl_guff_model("models", "https://huggingface.co/MCZK/EZO-Common-9B-gemma-2-it-GGUF/
|
31 |
dl_guff_model("models", "https://huggingface.co/second-state/Mistral-Nemo-Instruct-2407-GGUF/resolve/main/Mistral-Nemo-Instruct-2407-Q8_0.gguf")
|
32 |
|
33 |
|
|
|
27 |
# γ’γγ«γγ£γ¬γ―γγͺγεε¨γγͺγε ΄εγ―δ½ζ
|
28 |
if not os.path.exists("models"):
|
29 |
os.makedirs("models")
|
30 |
+
dl_guff_model("models", "https://huggingface.co/MCZK/EZO-Common-9B-gemma-2-it-GGUF/resolve/main/EZO-Common-9B-gemma-2-it.Q8_0.gguf")
|
31 |
dl_guff_model("models", "https://huggingface.co/second-state/Mistral-Nemo-Instruct-2407-GGUF/resolve/main/Mistral-Nemo-Instruct-2407-Q8_0.gguf")
|
32 |
|
33 |
|