Skip to content

Commit 25aa2d1

Browse files
committed
update text to be more clear in distributed_checkpoint_recipe.rst
1 parent 4b833a0 commit 25aa2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/distributed_checkpoint_recipe.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Now, let's create a toy module, wrap it with FSDP, feed it with some dummy input
151151
join=True,
152152
)
153153
154-
Please go ahead and check the `checkpoint` directory. You should see world_size checkpoint files as shown below.
154+
Please go ahead and check the `checkpoint` directory. You should see checkpoint files corresponding to the number of files as shown below. For example, if you have 8 devices, you should see 8 files.
155155

156156
.. figure:: /_static/img/distributed/distributed_checkpoint_generated_files.png
157157
:width: 100%

0 commit comments

Comments
 (0)