unlimited-ocr-mxfp8-mlx / chat_template.jinja
will702's picture
Add Unlimited-OCR MXFP8 with model_type=unlimited-ocr for mlx-vlm>=0.6
3b9928a verified
Raw
History Blame Contribute Delete
191 Bytes
{% for message in messages %}{% if message['role'] == 'user' %}{% elif message['role'] == 'assistant' %}{% endif %}{{message['content']}} {% endfor %}{% if add_generation_prompt %}{% endif %}