Skip to content

Commit 0c1e822

Browse files
authored
remove fsdp1 advanced tutorial from index and only mention it in fsdp2 tutorial (#3480)
1 parent 57a618b commit 0c1e822

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

index.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -666,13 +666,6 @@ Welcome to PyTorch Tutorials
666666
:link: intermediate/FSDP_tutorial.html
667667
:tags: Parallel-and-Distributed-Training
668668

669-
.. customcarditem::
670-
:header: Advanced Model Training with Fully Sharded Data Parallel (FSDP1)
671-
:card_description: Explore advanced model training with Fully Sharded Data Parallel package.
672-
:image: _static/img/thumbnails/cropped/Getting-Started-with-FSDP.png
673-
:link: intermediate/FSDP_advanced_tutorial.html
674-
:tags: Parallel-and-Distributed-Training
675-
676669
.. customcarditem::
677670
:header: Introduction to Libuv TCPStore Backend
678671
:card_description: TCPStore now uses a new server backend for faster connection and better scalability.

intermediate_source/FSDP_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Getting Started with Fully Sharded Data Parallel (FSDP2)
44
**Author**: `Wei Feng <https://github.com/weifengpy>`__, `Will Constable <https://github.com/wconstab>`__, `Yifan Mao <https://github.com/mori360>`__
55

66
.. note::
7-
|edit| Check out the code in this tutorial from `pytorch/examples <https://github.com/pytorch/examples/tree/main/distributed/FSDP2>`_. FSDP1 will be deprecated. The old tutorial can be found `here <https://docs.pytorch.org/tutorials/intermediate/FSDP1_tutorial.html>`_.
7+
|edit| Check out the code in this tutorial from `pytorch/examples <https://github.com/pytorch/examples/tree/main/distributed/FSDP2>`_. FSDP1 is deprecated. FSDP1 tutorials are archived in `[1] <https://docs.pytorch.org/tutorials/intermediate/FSDP1_tutorial.html>`_ and `[2] <https://docs.pytorch.org/tutorials/intermediate/FSDP_advanced_tutorial.html>`_
88

99
How FSDP2 works
1010
--------------

0 commit comments

Comments
 (0)