High vs. Max Reasoning on llama.cpp

#4
by Ewere - opened

Does this default to max or high reasoning on llama.cpp?

Is there a flag to change it?

I believe :
--chat-template-kwargs '{"reasoning_effort":"high"}' --jinja

Does the job

I believe :
--chat-template-kwargs '{"reasoning_effort":"high"}' --jinja

Does the job

It does! I'm using it. (the default is max).

Sign up or log in to comment