Model loading error on llama-b8182.

#11
by battataka - opened

It works on previous version of llama-server.exe, but now it doesn't work.
Model: Devstral-Small-2-24B-Instruct-2512-UD-Q4_K_XL.gguf

render_message_to_json: Neither string content nor typed content is supported by the template. This is unexpected and may lead to issues.
Merging system prompt into next message
srv          init: init: chat template parsing error:
------------
While executing CallExpression at line 51, column 32 in source:
... else %}??           {{- raise_exception('Unsloth custom template does not suppo...
                                           ^
Error: Jinja Exception: Unsloth custom template does not support years > 2032. Error year = [2026]
srv          init: init: please consider disabling jinja via --no-jinja, or use a custom chat template via --chat-template
srv          init: init: for example: --no-jinja --chat-template chatml
srv    operator(): operator(): cleaning up before exit...
main: exiting due to model loading error

This is not because of the llama version but because of today's date. Older versions fail the same way and work fine with yesterday's and tomorrow's date.

Sign up or log in to comment