tori29umai commited on
Commit
99e9982
β€’
1 Parent(s): a1e6971

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/blob/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
 
 
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