WesanCZE commited on
Commit
1545523
·
verified ·
1 Parent(s): f1e5dd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = "Mistral-7B-Instruct-Q4_K_M.gguf"
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):