Skip to content

Commit

Permalink
Merge branch 'pytorch:main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
gameofdimension authored Nov 6, 2024
2 parents 6e4798d + ea9a5fc commit 40e500c
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
10 changes: 10 additions & 0 deletions advanced_source/ddp_pipeline.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Training Transformer models using Distributed Data Parallel and 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/beginner/dist_overview.html#parallelism-apis'" />
1 change: 1 addition & 0 deletions beginner_source/former_torchies_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ PyTorch for Former Torch Users
This tutorial is out of date. Please check out the PyTorch tutorials here: https://pytorch.org/tutorials/

You will be redirected in 3 seconds.

.. raw:: html

<meta http-equiv="Refresh" content="3; url='https://pytorch.org/tutorials/'" />
10 changes: 10 additions & 0 deletions intermediate_source/dist_pipeline_parallel_tutorial.rst
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'" />
11 changes: 11 additions & 0 deletions intermediate_source/pipeline_tutorial.rst
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'" />

0 comments on commit 40e500c

Please sign in to comment.