YYeinkye.hashnode.dev·Nov 17, 2024 · 12 min readExplaining ZeRO / FSDP to Non-ML EngineersZeRO and PyTorch FSDP (Fully Sharded Data Parallelism) are powerful set of memory optimization techniques that enable effective training of large models with trillions of parameters. They form the foundation of large language model (LLM) training tod...00