Text Generation
Transformers
Safetensors
PyTorch
nemotron_h
nvidia
nemotron-3
latent-moe
mtp
conversational
custom_code
8-bit precision
modelopt

Add streaming reasoning extraction with content promotion

#30
NVIDIA org

Updates super_v3_reasoning_parser.py to support streaming reasoning extraction. Adds an init that reads chat_template_kwargs to decide whether to promote reasoning into the content channel (enable_thinking=False or force_nonempty_content=True), and adds extract_reasoning_streaming which mirrors the reasoning delta into content while is open so clients that only read content still get a non-null value on every delta.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment