ffreemt commited on
Commit
107ea19
1 Parent(s): 0143d9f

Updte url and prompt_template

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ if _:
58
  url = "https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/blob/main/llama2_7b_chat_uncensored.ggmlv3.q4_K_M.bin" # 4.08G
59
 
60
 
61
- url = "https://huggingface.co/spaces/mikeee/nousresearch-nous-hermes-llama2-13b-ggml" # 8.06G
62
 
63
  prompt_template = """Below is an instruction that describes a task. Write a response that appropriately completes the request.
64
 
 
58
  url = "https://huggingface.co/TheBloke/llama2_7b_chat_uncensored-GGML/blob/main/llama2_7b_chat_uncensored.ggmlv3.q4_K_M.bin" # 4.08G
59
 
60
 
61
+ url = "https://huggingface.co/NousResearch/Nous-Hermes-Llama2-13b-GGML/blob/main/ggml-Hermes-2-step2559-q4_K_M.bin" # 8.06G
62
 
63
  prompt_template = """Below is an instruction that describes a task. Write a response that appropriately completes the request.
64