Update chat_template.jinja
#1
by noooop9527 - opened
I think there's only two \n at the end.
suffix = "<|im_end|>\n<|im_start|>assistant\n<think>\n\n</think>\n\n"
There are, but Jinja2 automatically strips the final \n, it seems.
- Tom Aarsen
I think there's only two \n at the end.
suffix = "<|im_end|>\n<|im_start|>assistant\n<think>\n\n</think>\n\n"
There are, but Jinja2 automatically strips the final \n, it seems.