leoskyscape commited on
Commit
12bdcfc
Β·
verified Β·
1 Parent(s): 06a3c2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,8 +18,8 @@ Mistral does not support system prompt symbol (such as ```<<SYS>>```) now, input
18
  """
19
 
20
  model_path = "models"
21
- model_name = "Mistral-7B-Instruct-v0.3-abliterated.i1-IQ4_XS.gguf"
22
- hf_hub_download(repo_id="mradermacher/Mistral-7B-Instruct-v0.3-abliterated-i1-GGUF", filename=model_name, local_dir=model_path, local_dir_use_symlinks=False)
23
 
24
  print("Start the model init process")
25
  model = GPT4All(model_name, model_path, allow_download = False, device="cpu")
 
18
  """
19
 
20
  model_path = "models"
21
+ model_name = "Mistral-7B-Instruct-v0.3-abliterated.IQ4_XS.gguf"
22
+ hf_hub_download(repo_id="mradermacher/Mistral-7B-Instruct-v0.3-abliterated-GGUF", filename=model_name, local_dir=model_path, local_dir_use_symlinks=False)
23
 
24
  print("Start the model init process")
25
  model = GPT4All(model_name, model_path, allow_download = False, device="cpu")