how to disable thinking with llama.ccp ?

#4
by strobegen - opened

for some reason disabling thinking in same way as with unsloth quants doesn't work with llama.cpp
via: --chat-template-kwargs '{"enable_thinking":false}'

hm strange seems it's working with llama-server but not with llama-cli

Owner

image

It should work with --chat-template-kwargs '{"enable_thinking":false}', you can see the chat template in the gguf. I'm not sure why llama-cli would work differently than llama-server

looks like llama.cpp issue as here report of same problem with different model https://huggingface.co/unsloth/Qwen3.5-27B-GGUF/discussions/4

Sign up or log in to comment