From a03c1c03cbe901b3fb1ac08d14ce15201d34a512 Mon Sep 17 00:00:00 2001
From: Alexandre Strube <a.strube@fz-juelich.de>
Date: Wed, 13 Nov 2024 11:31:58 +0100
Subject: [PATCH] Update Pytorch Model Parallelism reference links in
 documentation

---
 index.md          | 2 +-
 public/index.html | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/index.md b/index.md
index 8af3c6c..c5a5853 100644
--- a/index.md
+++ b/index.md
@@ -773,6 +773,6 @@ real	1m15.651s
 
 ## References
 
-- [Pytorch Model Parallelism and Pipelining](https://pytorch.org/docs/stable/pipeline.html)
+- [Pytorch Model Parallelism and Pipelining](https://pytorch.org/docs/stable/distributed.pipelining.html)
 - [Intro to Distributed Deep Learning](https://xiandong79.github.io/Intro-Distributed-Deep-Learning)
 - [Model Parallelism - Amazon SageMaker](https://docs.aws.amazon.com/sagemaker/latest/dg/model-parallel-intro.html)
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
index 546a5a1..a6e10a4 100644
--- a/public/index.html
+++ b/public/index.html
@@ -957,8 +957,8 @@ DL scaling course at JSC!</li>
 <h2>References</h2>
 <ul>
 <li class="fragment"><a
-href="https://pytorch.org/docs/stable/pipeline.html">Pytorch Model
-Parallelism and Pipelining</a></li>
+href="https://pytorch.org/docs/stable/distributed.pipelining.html">Pytorch
+Model Parallelism and Pipelining</a></li>
 <li class="fragment"><a
 href="https://xiandong79.github.io/Intro-Distributed-Deep-Learning">Intro
 to Distributed Deep Learning</a></li>
-- 
GitLab