Severian commited on
Commit
08137cb
·
1 Parent(s): ad85e0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ description = """
12
  """
13
 
14
  model_path = "Severian/ANIMA-Phi-Neptune-Mistral-7B-gguf"
15
- model_name = "anima-phi-neptune-mistral-7b.Q4_K_M.gguf"
16
  hf_hub_download(repo_id="Severian/ANIMA-Phi-Neptune-Mistral-7B-gguf", filename=model_name, local_dir=model_path, local_dir_use_symlinks=True)
17
 
18
  print("Start the model init process")
 
12
  """
13
 
14
  model_path = "Severian/ANIMA-Phi-Neptune-Mistral-7B-gguf"
15
+ model_name = "anima-phi-neptune-mistral-7b.Q2_K.gguf"
16
  hf_hub_download(repo_id="Severian/ANIMA-Phi-Neptune-Mistral-7B-gguf", filename=model_name, local_dir=model_path, local_dir_use_symlinks=True)
17
 
18
  print("Start the model init process")