Some jinja error again...
#1
by
ilintar
- opened
Error rendering prompt with jinja template: "Error: Parser Error: Expected closing statement token. OpenSquareBracket !== CloseStatement."
Replacing the template with the one for https://huggingface.co/bartowski/mrm8488_Qwen3-14B-ft-limo-GGUF works
I can confirm the jinja template error occurs in LM Studio as well. I tried replacing the template from a Unsloth quant of Qwen 3 14B, and the error goes away.
However, using that chat template, in the default thinking mode it goes into an endless repetition loop for a simple explanation prompt. With /no_think
the loop does not occur, but is this an issue with the chat template or the model itself?
@bartowski