Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions docs/source-fabric/advanced/model_parallel/fsdp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -387,12 +387,6 @@ You can easily load checkpoints saved by Fabric to resume training:

Fabric will automatically recognize whether the provided path contains a checkpoint saved with ``state_dict_type="full"`` or ``state_dict_type="sharded"``.

.. warning::

Loading a full-state checkpoint will replicate the file in CPU RAM for every GPU.
For very large checkpoints/models, you may run out of memory and your program will crash.
If this happens, save using the “sharded” checkpoint format instead (default).


----

Expand Down