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
fix: include image placeholder in chat template for VLM GRPO (#59)
Qwen2.5-VL requires <|image_pad|> tokens in the input. These are
inserted by apply_chat_template only when messages include
{"type": "image"} content blocks.
Fixed both agent_fn and _compute_rollout_loss.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments