Spaces:
Runtime error
Runtime error
AnasRehman12
commited on
Commit
β’
723db09
1
Parent(s):
8ff0090
Update app.py
Browse files
app.py
CHANGED
@@ -9,8 +9,8 @@ subprocess.run(bash_command, shell=True)
|
|
9 |
|
10 |
|
11 |
|
12 |
-
model_name_or_path = "TheBloke/
|
13 |
-
model_basename = "
|
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
|