Skip to content

Commit fc527fe

Browse files
committed
Update
1 parent 15d82e8 commit fc527fe

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.ci/docker/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sphinxcontrib-mermaid==1.0.0
4545
importlib-metadata==6.8.0
4646

4747
# PyTorch Theme
48-
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@8910563ac5d1be380a1c67368090092f1619fcee#egg=pytorch_sphinx_theme2
48+
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@0b4830d5e1eff504befa49b09ba3f1aec7f3d40b#egg=pytorch_sphinx_theme2
4949
ipython
5050

5151
sphinxcontrib.katex

distributed.rst

+20
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,23 @@ Custom Extensions
186186
cpp extensions.
187187
+++
188188
:octicon:`code;1em` Code
189+
190+
.. toctree::
191+
:hidden:
192+
:maxdepth: 2
193+
194+
beginner/dist_overview
195+
beginner/ddp_series_intro
196+
intermediate/ddp_tutorial
197+
intermediate/dist_tuto
198+
intermediate/FSDP_tutorial
199+
intermediate/FSDP_advanced_tutorial
200+
intermediate/TCPStore_libuv_backend
201+
intermediate/TP_tutorial
202+
intermediate/pipelining_tutorial
203+
intermediate/process_group_cpp_extension_tutorial
204+
intermediate/rpc_tutorial
205+
intermediate/rpc_param_server_tutorial
206+
intermediate/rpc_async_execution
207+
advanced/rpc_ddp_tutorial
208+
advanced/generic_join

0 commit comments

Comments
 (0)