Skip to content

Commit

Permalink
Remove superflous space in Gemma-2-9b-it
Browse files Browse the repository at this point in the history
Signed-off-by: ThiloteE <[email protected]>
  • Loading branch information
ThiloteE authored Dec 14, 2024
1 parent 3dd0704 commit ca551ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ See issue [3263](https://github.com/nomic-ai/gpt4all/issues/3263)
```jinja
{%- for message in messages %}
{%- if loop.first and messages[0]['role'] != 'system' %}
{{ '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}
{{ '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}
{%- endif %}
{{ '<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n' }}
{%- endfor %}
Expand Down

0 comments on commit ca551ae

Please sign in to comment.