Update app.py
Browse files
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 = "
|
| 28 |
-
FILENAME = "
|
| 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:
|