faisalhr1997 commited on
Commit
4a18f9e
1 Parent(s): 81fccc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from ctransformers import AutoModelForCausalLM
7
  from huggingface_hub import hf_hub_download
8
 
9
 
10
- URL = "https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGML/resolve/main/luna-ai-llama2-uncensored.ggmlv3.q2_K.bin"
11
  repo_id = "/".join(urlparse(URL).path.strip("/").split("/")[:2])
12
 
13
 
 
7
  from huggingface_hub import hf_hub_download
8
 
9
 
10
+ URL = "https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q2_K.gguf"
11
  repo_id = "/".join(urlparse(URL).path.strip("/").split("/")[:2])
12
 
13