You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(agentic): tune VLM params and enable reasoning mode
Increase AGENTIC_VLM_MAX_TOKENS default from 1024 to 16384 to accommodate
Nemotron Omni reasoning token budget. Add temperature (0.6) and top_p (0.95)
fields to AgenticVLMConfig, exposed as AGENTIC_VLM_TEMPERATURE / AGENTIC_VLM_TOP_P
env vars, per the Nemotron Omni reasoning-mode defaults in docs/vlm.md.
Prepend /think to VLM_TASK_SYSTEM_PROMPT to trigger chain-of-thought reasoning
on visual question answering tasks.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Nikhil Kulkarni <nikkulkarni@nvidia.com>
0 commit comments