Guilherme34 commited on
Commit
6ceb48e
1 Parent(s): 79c5866

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def download_file(file_link, filename):
14
 
15
 
16
  # Dowloading GGML model from HuggingFace
17
- ggml_model_path = "https://huggingface.co/CRD716/ggml-vicuna-1.1-quantized/resolve/main/ggml-vicuna-7b-1.1-q4_1.bin"
18
  filename = "ggml-vicuna-7b-1.1-q4_1.bin"
19
 
20
  download_file(ggml_model_path, filename)
 
14
 
15
 
16
  # Dowloading GGML model from HuggingFace
17
+ ggml_model_path = "https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/resolve/main/llama2_7b_chat_uncensored.ggmlv3.q8_0.bin"
18
  filename = "ggml-vicuna-7b-1.1-q4_1.bin"
19
 
20
  download_file(ggml_model_path, filename)