vinuajeesh commited on
Commit
ef35add
·
verified ·
1 Parent(s): 1af36ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,8 +5,8 @@ from llama_cpp import Llama
5
  # Download the model from Hugging Face Hub
6
  print("Downloading model...")
7
  model_path = hf_hub_download(
8
- repo_id="TheBloke/Llama-2-7B-Chat-GGUF",
9
- filename="llama-2-7b-chat.Q4_K_M.gguf"
10
  )
11
  print("Model downloaded to:", model_path)
12
 
 
5
  # Download the model from Hugging Face Hub
6
  print("Downloading model...")
7
  model_path = hf_hub_download(
8
+ repo_id="unsloth/gemma-3-4b-it-GGUF",
9
+ filename="gemma-3-4b-it-UD-Q4_K_XL.gguf"
10
  )
11
  print("Model downloaded to:", model_path)
12