Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,8 @@ HF_TOKEN = os.getenv("HF_TOKEN")
|
|
11 |
login(HF_TOKEN)
|
12 |
|
13 |
# 🔹 Stáhneme model
|
14 |
-
MODEL_NAME = "TheBloke/Mistral-7B-Instruct-GGUF"
|
15 |
-
MODEL_FILE = "
|
16 |
MODEL_PATH = f"./{MODEL_FILE}"
|
17 |
|
18 |
if not os.path.exists(MODEL_PATH):
|
|
|
11 |
login(HF_TOKEN)
|
12 |
|
13 |
# 🔹 Stáhneme model
|
14 |
+
MODEL_NAME = "TheBloke/Mistral-7B-Instruct-v0.2-code-ft-GGUF"
|
15 |
+
MODEL_FILE = "mistral-7b-instruct-v0.2-code-ft.Q4_K_S.gguf"
|
16 |
MODEL_PATH = f"./{MODEL_FILE}"
|
17 |
|
18 |
if not os.path.exists(MODEL_PATH):
|