Skip to content

remove fsdp1 advanced tutorial from index #3480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 21, 2025
Merged
Show file tree
Hide file tree
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
7 changes: 0 additions & 7 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -666,13 +666,6 @@ Welcome to PyTorch Tutorials
:link: intermediate/FSDP_tutorial.html
:tags: Parallel-and-Distributed-Training

.. customcarditem::
:header: Advanced Model Training with Fully Sharded Data Parallel (FSDP1)
:card_description: Explore advanced model training with Fully Sharded Data Parallel package.
:image: _static/img/thumbnails/cropped/Getting-Started-with-FSDP.png
:link: intermediate/FSDP_advanced_tutorial.html
:tags: Parallel-and-Distributed-Training

.. customcarditem::
:header: Introduction to Libuv TCPStore Backend
:card_description: TCPStore now uses a new server backend for faster connection and better scalability.
Expand Down
2 changes: 1 addition & 1 deletion intermediate_source/FSDP_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Getting Started with Fully Sharded Data Parallel (FSDP2)
**Author**: `Wei Feng <https://github.com/weifengpy>`__, `Will Constable <https://github.com/wconstab>`__, `Yifan Mao <https://github.com/mori360>`__

.. note::
|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>`_.
|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>`_

How FSDP2 works
--------------
Expand Down