From fd19284d3c57bc5cfcb1cf19294f6fabf818f226 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Mon, 11 May 2026 11:27:24 -0700 Subject: [PATCH 1/2] Update What's new in PyTorch tutorials --- index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/index.rst b/index.rst index e271c19cf9..abdfa74ef1 100644 --- a/index.rst +++ b/index.rst @@ -3,6 +3,7 @@ Welcome to PyTorch Tutorials **What's new in PyTorch tutorials?** +* `Data Loading Optimization in PyTorch _` * `Distributed Training with Ray Train `__ * `Serve PyTorch models at scale with Ray Serve `__ * `Hyperparameter tuning using Ray Tune `__ From ef78a1e4edcb0f016c2d8f913fca5ae18016e752 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Wed, 13 May 2026 10:34:10 -0700 Subject: [PATCH 2/2] Update index.rst --- index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.rst b/index.rst index abdfa74ef1..22452b63f1 100644 --- a/index.rst +++ b/index.rst @@ -3,7 +3,7 @@ Welcome to PyTorch Tutorials **What's new in PyTorch tutorials?** -* `Data Loading Optimization in PyTorch _` +* `Data Loading Optimization in PyTorch `__ * `Distributed Training with Ray Train `__ * `Serve PyTorch models at scale with Ray Serve `__ * `Hyperparameter tuning using Ray Tune `__