Olmo-3-1125-32B-mlx-4Bit / chat_template.jinja
jesusoctavioas's picture
Upload chat_template.jinja with huggingface_hub
9bb68f9 verified
raw
history blame
196 Bytes
{% for message in messages %}{{'<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>' + '
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
' }}{% endif %}