Four Scheduling Techniques Flatten MoE Training Memory Peaks, Enabling 1M Context at 10.4x Throughput

Shrey Pandit · hf · 2026-09-17

MoE training at long context or large batch fails the moment any single component's peak memory exceeds device capacity. The paper identifies four unbounded peaks in common parallelism plans: expert dispatch (routing matrix), vocabulary projection (tokens × vocab), gradient checkpoint boundaries (depth × sequence length), and optimizer states.

Four schedules bound all peaks by changing only the order and granularity of computation and data movement, keeping loss and gradients exact:

Composed on MoE models from 120B to 667B, they train at 1M context — 8–32x the reach of a tuned FSDP2 baseline and up to 10.4x its throughput.

Original post →

More from Infra

Infra channel →