AnasRehman12 commited on
Commit
723db09
β€’
1 Parent(s): 8ff0090

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ subprocess.run(bash_command, shell=True)
9
 
10
 
11
 
12
- model_name_or_path = "TheBloke/Luna-AI-Llama2-Uncensored-GGML"
13
- model_basename = "luna-ai-llama2-uncensored.ggmlv3.q5_0.bin" # the model is in bin format
14
 
15
  from huggingface_hub import hf_hub_download
16
  from llama_cpp import Llama
 
9
 
10
 
11
 
12
+ model_name_or_path = "TheBloke/llama2_7b_chat_uncensored-GGML"
13
+ model_basename = "llama2_7b_chat_uncensored.ggmlv3.q2_K.bin" # the model is in bin format
14
 
15
  from huggingface_hub import hf_hub_download
16
  from llama_cpp import Llama