xavierbarbier commited on
Commit
3a4f484
·
verified ·
1 Parent(s): efdd19e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ Mistral does not support system prompt symbol (such as ```<<SYS>>```) now, input
26
  """
27
 
28
  model_path = "models"
29
- model_name = "mistral-7b-instruct-v0.1.Q4_K_M.gguf"
30
 
31
  hf_hub_download(repo_id="TheBloke/Mistral-7B-Instruct-v0.1-GGUF", filename=model_name, local_dir=model_path, local_dir_use_symlinks=False)
32
 
 
26
  """
27
 
28
  model_path = "models"
29
+ model_name = "mistral-7b-instruct-v0.1.Q2_K.gguf"
30
 
31
  hf_hub_download(repo_id="TheBloke/Mistral-7B-Instruct-v0.1-GGUF", filename=model_name, local_dir=model_path, local_dir_use_symlinks=False)
32