Hacker News new | ask | show | jobs
by l1n 68 days ago
Seems similar to Microsoft DeepSpeed.
1 comments

The compare against “DeepSpeed ZeRO-3” apparently.
FWIW Zero-3 refers to a common strategy for sharding model components across GPUs (commonly called FSDP-2, Full Sharded Data Parallel). The "3" is the level of sharding (how much stuff to distribute across GPUs, e.g. just weights, versus optimizer state as well, etc.)