Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from huggingface_hub import hf_hub_download # load from huggingfaces
|
|
10 |
llm = Llama(
|
11 |
model_path=hf_hub_download(
|
12 |
# repo_id="TheBloke/WizardLM-7B-uncensored-GGML",
|
13 |
-
repo_id="
|
14 |
# filename="WizardLM-7B-uncensored.ggmlv3.q4_0.bin",
|
15 |
filename="llama-2-7b-chat.ggmlv3.q5_0.bin",
|
16 |
),
|
|
|
10 |
llm = Llama(
|
11 |
model_path=hf_hub_download(
|
12 |
# repo_id="TheBloke/WizardLM-7B-uncensored-GGML",
|
13 |
+
repo_id="TheBloke/Llama-2-7B-Chat-GGML",
|
14 |
# filename="WizardLM-7B-uncensored.ggmlv3.q4_0.bin",
|
15 |
filename="llama-2-7b-chat.ggmlv3.q5_0.bin",
|
16 |
),
|