diff --git a/index.rst b/index.rst index 72d0e7261e4..f6d6f327fb2 100644 --- a/index.rst +++ b/index.rst @@ -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. diff --git a/intermediate_source/FSDP_tutorial.rst b/intermediate_source/FSDP_tutorial.rst index 6e1ff030ef2..ca54000218b 100644 --- a/intermediate_source/FSDP_tutorial.rst +++ b/intermediate_source/FSDP_tutorial.rst @@ -4,7 +4,7 @@ Getting Started with Fully Sharded Data Parallel (FSDP2) **Author**: `Wei Feng `__, `Will Constable `__, `Yifan Mao `__ .. note:: - |edit| Check out the code in this tutorial from `pytorch/examples `_. FSDP1 will be deprecated. The old tutorial can be found `here `_. + |edit| Check out the code in this tutorial from `pytorch/examples `_. FSDP1 is deprecated. FSDP1 tutorials are archived in `[1] `_ and `[2] `_ How FSDP2 works --------------