Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,10 +17,10 @@ from dl_hf_model import dl_hf_model
|
|
17 |
from loguru import logger
|
18 |
|
19 |
filename_list = [
|
20 |
-
"Llama-2-ko-7B-chat-
|
21 |
]
|
22 |
|
23 |
-
url = "https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-
|
24 |
|
25 |
prompt_template = "Q: {question}. A: "
|
26 |
|
|
|
17 |
from loguru import logger
|
18 |
|
19 |
filename_list = [
|
20 |
+
"Llama-2-ko-7B-chat-gguf-q4_0.bin"
|
21 |
]
|
22 |
|
23 |
+
url = "https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-gguf/blob/main/Llama-2-ko-7B-chat-gguf-q4_0.bin"
|
24 |
|
25 |
prompt_template = "Q: {question}. A: "
|
26 |
|