File tree Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ Training Transformer models using Distributed Data Parallel and Pipeline Parallelism
2
+ ====================================================================================
3
+
4
+ This tutorial has been deprecated.
5
+
6
+ Redirecting to the latest parallelism APIs in 3 seconds...
7
+
8
+ .. raw :: html
9
+
10
+ <meta http-equiv =" Refresh" content =" 3; url='https://pytorch.org/tutorials/beginner/dist_overview.html#parallelism-apis'" />
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ PyTorch for Former Torch Users
3
3
This tutorial is out of date. Please check out the PyTorch tutorials here: https://pytorch.org/tutorials/
4
4
5
5
You will be redirected in 3 seconds.
6
+
6
7
.. raw :: html
7
8
8
9
<meta http-equiv =" Refresh" content =" 3; url='https://pytorch.org/tutorials/'" />
Original file line number Diff line number Diff line change
1
+ Distributed Pipeline Parallelism Using RPC
2
+ ==========================================
3
+
4
+ This tutorial has been deprecated.
5
+
6
+ Redirecting to a newer tutorial in 3 seconds...
7
+
8
+ .. raw :: html
9
+
10
+ <meta http-equiv =" Refresh" content =" 3; url='https://pytorch.org/tutorials/intermediate/pipelining_tutorial.html'" />
Original file line number Diff line number Diff line change
1
+ Training Transformer models using Pipeline Parallelism
2
+ ======================================================
3
+
4
+ This tutorial has been deprecated.
5
+
6
+ Redirecting to the latest parallelism APIs in 3 seconds...
7
+
8
+ .. raw :: html
9
+
10
+ <meta http-equiv =" Refresh" content =" 3; url='https://pytorch.org/tutorials/intermediate/pipelining_tutorial.html'" />
11
+
You can’t perform that action at this time.
0 commit comments