Hi there,
if I run my usual code after the Qwen 2.5 commit, I get multiple errors. The first one is the following
jinja2.exceptions.TemplateSyntaxError: Encountered unknown tag 'endfor'. Jinja was looking for the following tags: 'elif' or 'else' or 'endif'. The innermost block that needs to be closed is 'if'.
which is probably because of the change in this line. Once I fix that, I still get
RuntimeError: Unsloth: The tokenizer `OpenMeditron/Meditron3-8B`
does not have a {% if add_generation_prompt %} for generation purposes.
Please file a bug report immediately - thanks!
Any ideas?
Best,
Giulia
Hi there,
if I run my usual code after the Qwen 2.5 commit, I get multiple errors. The first one is the following
which is probably because of the change in this line. Once I fix that, I still get
Any ideas?
Best,
Giulia