Qwen2-0.2B-pt-AutoRound-W4A16-RTN / chat_template.jinja
INC4AI's picture
Upload quantized model Qwen2-0.2B-pt-AutoRound-W4A16-RTN
5f5803c verified
Raw
History Blame Contribute Delete
201 Bytes
{% for message in messages %}{{ '<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n' }}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}