-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redirect dist_pipeline and pipeline_tutorials tutorials to pipelining…
…_tutorial (#3146) * Redirect dist_pipeline and pipeline tutorials to pipelining_tutorial
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Distributed Pipeline Parallelism Using RPC | ||
========================================== | ||
|
||
This tutorial has been deprecated. | ||
|
||
Redirecting to a newer tutorial in 3 seconds... | ||
|
||
.. raw:: html | ||
|
||
<meta http-equiv="Refresh" content="3; url='https://pytorch.org/tutorials/intermediate/pipelining_tutorial.html'" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Training Transformer models using Pipeline Parallelism | ||
====================================================== | ||
|
||
This tutorial has been deprecated. | ||
|
||
Redirecting to the latest parallelism APIs in 3 seconds... | ||
|
||
.. raw:: html | ||
|
||
<meta http-equiv="Refresh" content="3; url='https://pytorch.org/tutorials/intermediate/pipelining_tutorial.html'" /> | ||
|