From 3488804ba29cdb037ce7ae2ec2f0716678749c65 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Thu, 12 Feb 2026 15:53:20 -0800 Subject: [PATCH 1/2] Fix image for pinmem tutorial --- index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.rst b/index.rst index a995d45ce7..26c02c9e06 100644 --- a/index.rst +++ b/index.rst @@ -97,7 +97,7 @@ Welcome to PyTorch Tutorials .. customcarditem:: :header: Good usage of `non_blocking` and `pin_memory()` in PyTorch :card_description: A guide on best practices to copy data from CPU to GPU. - :image: _static/img/pinmem.png + :image: _static/img/thumbnails/cropped/generic-pytorch-logo.png :link: intermediate/pinmem_nonblock.html :tags: Getting-Started From 69cde30450d22beb58202fe61785e911884c47aa Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Fri, 13 Feb 2026 09:07:40 -0800 Subject: [PATCH 2/2] Update images for custom card items in index.rst --- index.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.rst b/index.rst index 26c02c9e06..ab5520e3c9 100644 --- a/index.rst +++ b/index.rst @@ -334,12 +334,14 @@ Welcome to PyTorch Tutorials .. customcarditem:: :header: Profiling PyTorch :card_description: Introduction to Holistic Trace Analysis + :image: _static/img/thumbnails/cropped/generic-pytorch-logo.png :link: beginner/hta_intro_tutorial.html :tags: Profiling .. customcarditem:: :header: Profiling PyTorch :card_description: Trace Diff using Holistic Trace Analysis + :image: _static/img/thumbnails/cropped/generic-pytorch-logo.png :link: beginner/hta_trace_diff_tutorial.html :tags: Profiling @@ -658,7 +660,7 @@ Welcome to PyTorch Tutorials .. customcarditem:: :header: Introduction to Distributed Pipeline Parallelism :card_description: Demonstrate how to implement pipeline parallelism using torch.distributed.pipelining - :image: _static/img/thumbnails/cropped/Introduction-to-Distributed-Pipeline-Parallelism.png + :image: _static/img/thumbnails/cropped/generic-pytorch-logo.png :link: intermediate/pipelining_tutorial.html :tags: Parallel-and-Distributed-Training @@ -686,7 +688,7 @@ Welcome to PyTorch Tutorials .. customcarditem:: :header: Introduction to Libuv TCPStore Backend :card_description: TCPStore now uses a new server backend for faster connection and better scalability. - :image: _static/img/thumbnails/cropped/Introduction-to-Libuv-Backend-TCPStore.png + :image: _static/img/thumbnails/cropped/generic-pytorch-logo.png :link: intermediate/TCPStore_libuv_backend.html :tags: Parallel-and-Distributed-Training