the.ai

Platform / Systems

verified

Offload

Keep part of the model somewhere cheaper than the accelerator — host memory, or an SSD — and move it in when it is needed. It trades speed for capacity, and it is what makes a model that does not fit trainable on hardware that cannot hold it.

Viz primitive · budget-splitunhidden-transfer = 6

unhidden-transfer holds 13% of the budget; rest holds the remaining 87%.

Transfer time that overlap fails to hide, against the compute it was meant to hide behind, in equal units. Drag the unhidden portion up to watch the accelerator wait on a slower tier — the condition for this to stay near zero is arithmetic per byte moved.

6

Reviewed by opendroid · 2026-08-18

  • arXiv:2101.06840 — ZeRO-Offload: Democratizing Billion-Scale Model Training
  • arXiv:2104.07857 — ZeRO-Infinity: Breaking the GPU Memory Wall for Extreme Scale Deep Learning