Image-Text-to-Text
Transformers
Safetensors
llava
image-to-text
conversational

Fix Jinja template parsing errors: tuple unpacking and multi-line string concatenation

#9
by QuantPanda - opened

Fix for two critical Jinja template parsing errors that break chat template rendering:

  1. Invalid Python-style tuple unpacking syntax (I made it two separate assignments)
  2. Unsupported implicit multi-line string concatenation (fixed by using ~)
    See here under "13.5. Other Operators" : https://tedboy.github.io/jinja2/templ13.html#other-operators
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment