fuzzy-mittenz commited on
Commit
3c75eaf
·
verified ·
1 Parent(s): 1409e0e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
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
+ |