StarFox7 commited on
Commit
e1e7312
·
1 Parent(s): 8c678f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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-ggml-q4_0.bin"
21
  ]
22
 
23
- url = "https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml/blob/main/Llama-2-ko-7B-chat-ggml-q4_0.bin"
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