You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
version: 6517 (69ffd89)
built with cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 for x86_64-linux-gnu
Operating systems
Linux
Which llama.cpp modules do you know to be affected?
llama-server
Command line
llama-server
Problem description & steps to reproduce
LLAMA_ARG_JINJA env variable only accepts true and false does not accept truthy arguments like enabled or disabled unlike other variables like LLAMA_FLASH_ATTN. This discrepancy is made worse by the fact that the terminology used to describe boolean variables in environment in the doc is enabled/disabled, and there is nothing in the log to indicate whether jinja has been enabled or not. Needless to say this has and will cause much headaches to anyone attempting to configure llama-server via environment variables.