ramedde commited on
Commit
50637dd
·
verified ·
1 Parent(s): fad1e05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from huggingface_hub import hf_hub_download
9
  # =========================
10
  MODEL_PATH = hf_hub_download(
11
  repo_id="unsloth/gemma-4-E2B-it-GGUF",
12
- filename="gemma-4-E2B-it-IQ4_XS.gguf"
13
  )
14
 
15
  print("Model downloaded:", MODEL_PATH)
 
9
  # =========================
10
  MODEL_PATH = hf_hub_download(
11
  repo_id="unsloth/gemma-4-E2B-it-GGUF",
12
+ filename="gemma-4-E2B-it-UD-IQ2_M.gguf"
13
  )
14
 
15
  print("Model downloaded:", MODEL_PATH)