Skip to content

feat: support disable interleaved reasoning#1110

Merged
bxyu-nvidia merged 2 commits intomainfrom
yukih/interleaved-reasoning
Apr 26, 2026
Merged

feat: support disable interleaved reasoning#1110
bxyu-nvidia merged 2 commits intomainfrom
yukih/interleaved-reasoning

Conversation

@yuki-97
Copy link
Copy Markdown
Contributor

@yuki-97 yuki-97 commented Apr 22, 2026

Summary

Adds a uses_interleaved_reasoning flag (default True) to VLLMModelConfig that allows disabling interleaved reasoning for models.

When set to False, extracted <think>/<thinking> blocks are stripped from the message content as usual, but are not passed back as reasoning_content / reasoning fields in the next turn's chat completion request.

Signed-off-by: Yuki Huang <yukih@nvidia.com>
@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented Apr 22, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@yuki-97 yuki-97 marked this pull request as ready for review April 23, 2026 14:43
Signed-off-by: Yuki Huang <yukih@nvidia.com>
@bxyu-nvidia bxyu-nvidia merged commit aaaf0be into main Apr 26, 2026
6 checks passed
@bxyu-nvidia bxyu-nvidia deleted the yukih/interleaved-reasoning branch April 26, 2026 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants