Skip to content

Commit 14afc05

Browse files
davidberard98Svetlana Karslioglu
and
Svetlana Karslioglu
authored
Use Svetlana's suggestion on wording for the note on size_based_auto_wrap_policy
Co-authored-by: Svetlana Karslioglu <svekars@fb.com>
1 parent 49253dd commit 14afc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/FSDP_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ We add the following code snippets to a python script “FSDP_mnist.py”.
6363
1.2 Import necessary packages
6464

6565
.. note::
66-
This tutorial is intended for pytorch versions 1.12 and later. If you are using 1.11 or earlier, replace all instances of `size_based_auto_wrap_policy` with `default_auto_wrap_policy`.
66+
This tutorial is intended for PyTorch versions 1.12 and later. If you are using an earlier version, replace all instances of `size_based_auto_wrap_policy` with `default_auto_wrap_policy`.
6767

6868
.. code-block:: python
6969

0 commit comments

Comments
 (0)