@@ -28,7 +28,7 @@ Learn DDP
28
28
.. grid-item-card :: :octicon:`file-code;1em`
29
29
DDP Intro Video Tutorials
30
30
: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
32
32
:link-type: url
33
33
34
34
A step-by-step video series on how to get started with
@@ -37,9 +37,9 @@ Learn DDP
37
37
:octicon: `code;1em ` Code :octicon: `square-fill;1em ` :octicon: `video;1em ` Video
38
38
39
39
.. grid-item-card :: :octicon:`file-code;1em`
40
- Getting Started with PyTorch Distributed
40
+ Getting Started with Distributed Data Parallel
41
41
: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
43
43
:link-type: url
44
44
45
45
This tutorial provides a short and gentle intro to the PyTorch
@@ -51,7 +51,7 @@ Learn DDP
51
51
Distributed Training with Uneven Inputs Using
52
52
the Join Context Manager
53
53
: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
55
55
:link-type: url
56
56
57
57
This tutorial provides a short and gentle intro to the PyTorch
@@ -69,7 +69,7 @@ Learn FSDP
69
69
.. grid-item-card :: :octicon:`file-code;1em`
70
70
Getting Started with FSDP
71
71
: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
73
73
:link-type: url
74
74
75
75
This tutorial demonstrates how you can perform distributed training
@@ -80,7 +80,7 @@ Learn FSDP
80
80
.. grid-item-card :: :octicon:`file-code;1em`
81
81
FSDP Advanced
82
82
: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
84
84
:link-type: url
85
85
86
86
In this tutorial, you will learn how to fine-tune a HuggingFace (HF) T5
@@ -98,7 +98,7 @@ Learn RPC
98
98
.. grid-item-card :: :octicon:`file-code;1em`
99
99
Getting Started with Distributed RPC Framework
100
100
: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
102
102
:link-type: url
103
103
104
104
This tutorial demonstrates how to get started with RPC-based distributed
@@ -109,7 +109,7 @@ Learn RPC
109
109
.. grid-item-card :: :octicon:`file-code;1em`
110
110
Implementing a Parameter Server Using Distributed RPC Framework
111
111
: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
113
113
:link-type: url
114
114
115
115
This tutorial walks you through a simple example of implementing a
@@ -120,7 +120,7 @@ Learn RPC
120
120
.. grid-item-card :: :octicon:`file-code;1em`
121
121
Implementing Batch RPC Processing Using Asynchronous Executions
122
122
: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
124
124
:link-type: url
125
125
126
126
In this tutorial you will build batch-processing RPC applications
@@ -133,7 +133,7 @@ Learn RPC
133
133
.. grid-item-card :: :octicon:`file-code;1em`
134
134
Combining Distributed DataParallel with Distributed RPC Framework
135
135
: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
137
137
:link-type: url
138
138
139
139
In this tutorial you will learn how to combine distributed data
@@ -151,7 +151,7 @@ Custom Extensions
151
151
.. grid-item-card :: :octicon:`file-code;1em`
152
152
Customize Process Group Backends Using Cpp Extensions
153
153
: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
155
155
:link-type: url
156
156
157
157
In this tutorial you will learn to implement a custom `ProcessGroup `
0 commit comments