FullyShardedDataParallel (FSDP) documentation, PyTorch Authors, 2022 (PyTorch Foundation) - This is the official API documentation for PyTorch's FSDP module, detailing its class definition, parameters, and methods.
Getting Started with Fully Sharded Data Parallel (FSDP), Wei Feng, Will Constable, Yifan Mao, 2024 (PyTorch) - This official PyTorch tutorial provides a step-by-step guide and practical examples for implementing and configuring FSDP, complementing the API documentation.