Skip to content

Commit 40e500c

Browse files
Merge branch 'pytorch:main' into patch-1
2 parents 6e4798d + ea9a5fc commit 40e500c

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

advanced_source/ddp_pipeline.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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'" />

beginner_source/former_torchies_tutorial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ PyTorch for Former Torch Users
33
This tutorial is out of date. Please check out the PyTorch tutorials here: https://pytorch.org/tutorials/
44

55
You will be redirected in 3 seconds.
6+
67
.. raw:: html
78

89
<meta http-equiv="Refresh" content="3; url='https://pytorch.org/tutorials/'" />
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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'" />
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+

0 commit comments

Comments
 (0)