psy7743 commited on
Commit
0a4ee16
·
verified ·
1 Parent(s): 0a91e85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ from pathlib import Path
13
 
14
 
15
  # ---------------------- Download Model ----------------------
16
- MODEL_URL = "https://huggingface.co/unsloth/Llama-3.2-1B-Instruct-GGUF/resolve/main/llama-3.2-1b-instruct.Q8_0.gguf"
17
- MODEL_PATH = "llama-3.2-1b-instruct.Q8_0.gguf"
18
 
19
  if not Path(MODEL_PATH).exists():
20
  print("📥 Downloading Unsloth LLaMA 3.2 1B Q8_0 model...")
 
13
 
14
 
15
  # ---------------------- Download Model ----------------------
16
+ MODEL_URL = "https://huggingface.co/unsloth/Llama-3.2-1B-Instruct-GGUF/resolve/main/Llama-3.2-1B-Instruct-Q8_0.gguf"
17
+ MODEL_PATH = "Llama-3.2-1B-Instruct-Q8_0.gguf"
18
 
19
  if not Path(MODEL_PATH).exists():
20
  print("📥 Downloading Unsloth LLaMA 3.2 1B Q8_0 model...")