Summary
An end-to-end system for online draft-model co-training during RL post-training: rank-local branch attention merged into compact zigzag-ring attention (context parallelism), and a separate TapChannel path moves intermediate target features across pipeline stages. The system achieves significant rollout and end-to-end acceleration on 122B-scale models with strong context-parallel scaling at 256K tokens. Code is available (link in the paper).
Why it matters
RL rollout generation is the dominant cost of RL post-training, and long-context rollouts have been the hardest to accelerate. This shows the speculative-decoding machinery surviving contact with a real distributed training stack at a scale and context length most teams cannot run.
Technical details
| Arxiv | 2609.07108 (Wed 9 Sep digest, announced 2026-09-10T00:00Z) |
|---|---|
| Mechanism | online draft co-training during RL; rank-local branch attention -> compact zigzag-ring attention (context parallel); TapChannel crosses pipeline stages with intermediate target features |
| Results | significant rollout + end-to-end acceleration at 122B scale; strong CP scaling at 256K tokens |
| Code | available (link in paper) |
Tags
speculative-decodingrl-trainingdistributed-traininglong-context