Update README.md
Browse files
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"
|