undefined min read
Distributed LLM Training 14 - What ZeRO Stage 1, 2, and 3 Each Remove
ZeRO is best understood as a staged system for removing different forms of replicated training state
ZeRO is best understood as a staged system for removing different forms of replicated training state
FSDP keeps parameters sharded and only gathers them when needed, making it a direct answer to parameter-replication pressure