Skip to content

Commit 2200ff1

Browse files
author
Svetlana Karslioglu
committed
Add links
1 parent 340a4ca commit 2200ff1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

distributed/home.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Learn DDP
2828
.. grid-item-card:: :octicon:`file-code;1em`
2929
DDP Intro Video Tutorials
3030
:shadow: none
31-
:link: https://example.com
31+
:link: https://pytorch.org/tutorials/beginner/ddp_series_intro.html?utm_source=distr_landing&utm_medium=ddp_series_intro
3232
:link-type: url
3333

3434
A step-by-step video series on how to get started with
@@ -37,9 +37,9 @@ Learn DDP
3737
:octicon:`code;1em` Code :octicon:`square-fill;1em` :octicon:`video;1em` Video
3838

3939
.. grid-item-card:: :octicon:`file-code;1em`
40-
Getting Started with PyTorch Distributed
40+
Getting Started with Distributed Data Parallel
4141
:shadow: none
42-
:link: https://example.com
42+
:link: https://pytorch.org/tutorials/intermediate/ddp_tutorial.html?utm_source=distr_landing&utm_medium=intermediate_ddp_tutorial
4343
:link-type: url
4444

4545
This tutorial provides a short and gentle intro to the PyTorch
@@ -51,7 +51,7 @@ Learn DDP
5151
Distributed Training with Uneven Inputs Using
5252
the Join Context Manager
5353
:shadow: none
54-
:link: ../advanced_source/generic_join.rst
54+
:link: https://pytorch.org/tutorials/advanced/generic_join.html?utm_source=distr_landing&utm_medium=generic_join
5555
:link-type: url
5656

5757
This tutorial provides a short and gentle intro to the PyTorch
@@ -69,7 +69,7 @@ Learn FSDP
6969
.. grid-item-card:: :octicon:`file-code;1em`
7070
Getting Started with FSDP
7171
:shadow: none
72-
:link: https://example.com
72+
:link: https://pytorch.org/tutorials/intermediate/FSDP_tutorial.html?utm_source=distr_landing&utm_medium=FSDP_getting_started
7373
:link-type: url
7474

7575
This tutorial demonstrates how you can perform distributed training
@@ -80,7 +80,7 @@ Learn FSDP
8080
.. grid-item-card:: :octicon:`file-code;1em`
8181
FSDP Advanced
8282
:shadow: none
83-
:link: https://example.com
83+
:link: https://pytorch.org/tutorials/intermediate/FSDP_adavnced_tutorial.html?utm_source=distr_landing&utm_medium=FSDP_advanced
8484
:link-type: url
8585

8686
In this tutorial, you will learn how to fine-tune a HuggingFace (HF) T5
@@ -98,7 +98,7 @@ Learn RPC
9898
.. grid-item-card:: :octicon:`file-code;1em`
9999
Getting Started with Distributed RPC Framework
100100
:shadow: none
101-
:link: https://example.com
101+
:link: https://pytorch.org/tutorials/intermediate/rpc_tutorial.html?utm_source=distr_landing&utm_medium=rpc_getting_started
102102
:link-type: url
103103

104104
This tutorial demonstrates how to get started with RPC-based distributed
@@ -109,7 +109,7 @@ Learn RPC
109109
.. grid-item-card:: :octicon:`file-code;1em`
110110
Implementing a Parameter Server Using Distributed RPC Framework
111111
:shadow: none
112-
:link: https://example.com
112+
:link: https://pytorch.org/tutorials/intermediate/rpc_param_server_tutorial.html?utm_source=distr_landing&utm_medium=rpc_param_server_tutorial
113113
:link-type: url
114114

115115
This tutorial walks you through a simple example of implementing a
@@ -120,7 +120,7 @@ Learn RPC
120120
.. grid-item-card:: :octicon:`file-code;1em`
121121
Implementing Batch RPC Processing Using Asynchronous Executions
122122
:shadow: none
123-
:link: https://example.com
123+
:link: https://pytorch.org/tutorials/intermediate/rpc_async_execution.html?utm_source=distr_landing&utm_medium=rpc_async_execution
124124
:link-type: url
125125

126126
In this tutorial you will build batch-processing RPC applications
@@ -133,7 +133,7 @@ Learn RPC
133133
.. grid-item-card:: :octicon:`file-code;1em`
134134
Combining Distributed DataParallel with Distributed RPC Framework
135135
:shadow: none
136-
:link: https://example.com
136+
:link: https://pytorch.org/tutorials/advanced/rpc_ddp_tutorial.html?utm_source=distr_landing&utm_medium=rpc_plus_ddp
137137
:link-type: url
138138

139139
In this tutorial you will learn how to combine distributed data
@@ -151,7 +151,7 @@ Custom Extensions
151151
.. grid-item-card:: :octicon:`file-code;1em`
152152
Customize Process Group Backends Using Cpp Extensions
153153
:shadow: none
154-
:link: intermediate/process_group_cpp_extension_tutorial.html
154+
:link: https://pytorch.org/tutorials/intermediate/process_group_cpp_extension_tutorial.html?utm_source=distr_landing&utm_medium=custom_extensions_cpp
155155
:link-type: url
156156

157157
In this tutorial you will learn to implement a custom `ProcessGroup`

0 commit comments

Comments
 (0)