"sgl-kernel/rename_wheels.sh" did not exist on "1b9175cb23004e3a40dfb97ab80e7e45032c5359"
template_chatml.jinja 316 Bytes
Newer Older
1
2
{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content']}}{% if (loop.last and add_generation_prompt) or not loop.last %}{{ '<|im_end|>' + '\n'}}{% endif %}{% endfor %}
{% if add_generation_prompt and messages[-1]['role'] != 'assistant' %}{{ '<|im_start|>assistant\n' }}{% endif %}