Skip to content

framework

Fully Sharded Data Parallel

PyTorch's training strategy that shards model parameters, gradients and optimizer state across ranks to fit larger models in aggregate GPU memory.

Current clusters