Futuresony commited on
Commit
0a01327
·
verified ·
1 Parent(s): acc9f0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from huggingface_hub import hf_hub_download
4
 
5
  # Download GGUF model from Hugging Face Hub
6
  MODEL_REPO = "Futuresony/gemma2-2b-gguf-q4_k_m"
7
- MODEL_FILENAME = "gemma-2b-it-q4_k_m.gguf" # Or check exact filename on the repo
8
 
9
  model_path = hf_hub_download(repo_id=MODEL_REPO, filename=MODEL_FILENAME)
10
 
 
4
 
5
  # Download GGUF model from Hugging Face Hub
6
  MODEL_REPO = "Futuresony/gemma2-2b-gguf-q4_k_m"
7
+ MODEL_FILENAME = "unsloth.Q4_K_M.gguf" # Or check exact filename on the repo
8
 
9
  model_path = hf_hub_download(repo_id=MODEL_REPO, filename=MODEL_FILENAME)
10