Skip to content

Commit cdf5f98

Browse files
authored
Merge branch 'pytorch:main' into dist_homepage
2 parents 5f8c25d + 9bacf0b commit cdf5f98

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.ci/docker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# --extra-index-url https://download.pytorch.org/whl/cu117/index.html # Use this to run/publish tutorials against the latest binaries during the RC stage. Comment out after the release. Each release verify the correct cuda version.
22
# Refer to ./jenkins/build.sh for tutorial build instructions.
33

4-
54
# Sphinx dependencies
65
sphinx==7.2.6
76
sphinx-gallery==0.19.0
@@ -16,6 +15,7 @@ pypandoc==1.15
1615
pandocfilters==1.5.1
1716
markdown==3.8.2
1817

18+
1919
# PyTorch Theme
2020
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@pytorch_sphinx_theme2#egg=pytorch_sphinx_theme2
2121

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)