fuzzy-mittenz
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -143,7 +143,9 @@ brew install llama.cpp
|
|
143 |
```
|
144 |
Invoke the llama.cpp server or the CLI.
|
145 |
|
146 |
-
### GPT4ALL/Jinja:
|
|
|
|
|
147 |
{%- if tools %}
|
148 |
{{- '<|im_start|>system\n' }}
|
149 |
{%- if messages[0]['role'] == 'system' %}
|
@@ -197,4 +199,6 @@ Invoke the llama.cpp server or the CLI.
|
|
197 |
{%- endfor %}
|
198 |
{%- if add_generation_prompt %}
|
199 |
{{- '<|im_start|>assistant\n' }}
|
200 |
-
{%- endif %}
|
|
|
|
|
|
143 |
```
|
144 |
Invoke the llama.cpp server or the CLI.
|
145 |
|
146 |
+
### GPT4ALL/Jinja: check model card for formating
|
147 |
+
|
|
148 |
+
|
149 |
{%- if tools %}
|
150 |
{{- '<|im_start|>system\n' }}
|
151 |
{%- if messages[0]['role'] == 'system' %}
|
|
|
199 |
{%- endfor %}
|
200 |
{%- if add_generation_prompt %}
|
201 |
{{- '<|im_start|>assistant\n' }}
|
202 |
+
{%- endif %}
|
203 |
+
|
204 |
+
|
|