zsolx2 commited on
Commit
e9296f1
·
verified ·
1 Parent(s): 449de82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -19,6 +19,17 @@ brew install llama.cpp
19
  ```
20
  Invoke the llama.cpp server or the CLI.
21
 
 
 
 
 
 
 
 
 
 
 
 
22
  ### CLI:
23
  ```bash
24
  llama-cli --hf-repo zsolx2/Yi-1.5-34B-Chat-16K-Q4_0-GGUF --hf-file yi-1.5-34b-chat-16k-q4_0.gguf -p "The meaning to life and the universe is"
 
19
  ```
20
  Invoke the llama.cpp server or the CLI.
21
 
22
+ ## Use with GPT4All
23
+ System propmt:
24
+ <|im_start|>system
25
+ {"You are a helpful assistant. Answer in English."}<|im_end|>
26
+
27
+ Prompt template:
28
+ <|im_start|>user
29
+ {%1}<|im_end|>
30
+ <|im_start|>assistant
31
+ <|im_end|>
32
+
33
  ### CLI:
34
  ```bash
35
  llama-cli --hf-repo zsolx2/Yi-1.5-34B-Chat-16K-Q4_0-GGUF --hf-file yi-1.5-34b-chat-16k-q4_0.gguf -p "The meaning to life and the universe is"