Skip to content

cli : fix --reasoning-budget and --chat-template-kwargs being ignored#20329

Open
TrevorS wants to merge 1 commit intoggml-org:masterfrom
TrevorS:fix/cli-enable-thinking
Open

cli : fix --reasoning-budget and --chat-template-kwargs being ignored#20329
TrevorS wants to merge 1 commit intoggml-org:masterfrom
TrevorS:fix/cli-enable-thinking

Conversation

@TrevorS
Copy link
Contributor

@TrevorS TrevorS commented Mar 10, 2026

The autoparser refactor (#18675) replaced chat_params.enable_thinking with common_chat_templates_support_enable_thinking(), which only checks template support and ignores user flags. Also missing was the chat_template_kwargs passthrough.

Fixes #20182

The autoparser refactor (ggml-org#18675) replaced `chat_params.enable_thinking`
with `common_chat_templates_support_enable_thinking()`, which only
checks template support and ignores the user's flags. Also missing
was the chat_template_kwargs passthrough.

Fixes ggml-org#20182
@TrevorS TrevorS requested a review from ngxson as a code owner March 10, 2026 05:43
@pwilkin
Copy link
Contributor

pwilkin commented Mar 10, 2026

Already handled by #20297

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Misc. bug: enable_thinking param cannot turn off thinking for qwen3.5

2 participants