We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1751f commit 3d73591Copy full SHA for 3d73591
docs/source/deep_dives/checkpointer.rst
@@ -267,7 +267,7 @@ for testing or for loading quantized models for generation.
267
|
268
269
:class:`DistributedCheckpointer <torchtune.training.DistributedCheckpointer>`
270
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
271
272
This checkpointer reads and writes checkpoints in a distributed format using Pytorch Distributed Checkpointing (DCP).
273
The output format is DCP's default format, which saves the state dict across all ranks, as seperate files for each rank. This differs
0 commit comments