astegaras commited on
Commit
8ce6a2b
·
verified ·
1 Parent(s): 37fe02c

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 your GGUF model from HF Hub
6
  model_path = hf_hub_download(
7
- repo_id="astegaras/lora_python_converter",
8
  filename="llama-3.2-3b-instruct.Q2_K.gguf"
9
  )
10
 
 
4
 
5
  # Download your GGUF model from HF Hub
6
  model_path = hf_hub_download(
7
+ repo_id="astegaras/merged_kaggle",
8
  filename="llama-3.2-3b-instruct.Q2_K.gguf"
9
  )
10