i04n4 commited on
Commit
3374a06
·
verified ·
1 Parent(s): a754a3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,8 +24,8 @@ from llama_cpp import Llama
24
  from huggingface_hub import hf_hub_download
25
 
26
  # --- CONFIGURARE ---
27
- REPO_ID = "IoanaUser/Llama-3.2-3B-Math-GGUF" # <--- Verifică să fie numele tău corect
28
- FILENAME = "llama-3.2-3b-math-q4_k_m.gguf" # <--- Verifică numele fișierului
29
 
30
  print(f"⏳ Descarc modelul {FILENAME}...")
31
  try:
 
24
  from huggingface_hub import hf_hub_download
25
 
26
  # --- CONFIGURARE ---
27
+ REPO_ID = "i04n4/llama3.2-3b-math-gguf" # <--- Verifică să fie numele tău corect
28
+ FILENAME = "model.gguf" # <--- Verifică numele fișierului
29
 
30
  print(f"⏳ Descarc modelul {FILENAME}...")
31
  try: