Skip to content

Commit b415fd7

Browse files
authored
Fix images in tutorial cards (#3768)
Fix images in cards cc @sekyondaMeta @AlannaBurke
1 parent cf012b5 commit b415fd7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

index.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Welcome to PyTorch Tutorials
9797
.. customcarditem::
9898
:header: Good usage of `non_blocking` and `pin_memory()` in PyTorch
9999
:card_description: A guide on best practices to copy data from CPU to GPU.
100-
:image: _static/img/pinmem.png
100+
:image: _static/img/thumbnails/cropped/generic-pytorch-logo.png
101101
:link: intermediate/pinmem_nonblock.html
102102
:tags: Getting-Started
103103

@@ -334,12 +334,14 @@ Welcome to PyTorch Tutorials
334334
.. customcarditem::
335335
:header: Profiling PyTorch
336336
:card_description: Introduction to Holistic Trace Analysis
337+
:image: _static/img/thumbnails/cropped/generic-pytorch-logo.png
337338
:link: beginner/hta_intro_tutorial.html
338339
:tags: Profiling
339340

340341
.. customcarditem::
341342
:header: Profiling PyTorch
342343
:card_description: Trace Diff using Holistic Trace Analysis
344+
:image: _static/img/thumbnails/cropped/generic-pytorch-logo.png
343345
:link: beginner/hta_trace_diff_tutorial.html
344346
:tags: Profiling
345347

@@ -658,7 +660,7 @@ Welcome to PyTorch Tutorials
658660
.. customcarditem::
659661
:header: Introduction to Distributed Pipeline Parallelism
660662
:card_description: Demonstrate how to implement pipeline parallelism using torch.distributed.pipelining
661-
:image: _static/img/thumbnails/cropped/Introduction-to-Distributed-Pipeline-Parallelism.png
663+
:image: _static/img/thumbnails/cropped/generic-pytorch-logo.png
662664
:link: intermediate/pipelining_tutorial.html
663665
:tags: Parallel-and-Distributed-Training
664666

@@ -686,7 +688,7 @@ Welcome to PyTorch Tutorials
686688
.. customcarditem::
687689
:header: Introduction to Libuv TCPStore Backend
688690
:card_description: TCPStore now uses a new server backend for faster connection and better scalability.
689-
:image: _static/img/thumbnails/cropped/Introduction-to-Libuv-Backend-TCPStore.png
691+
:image: _static/img/thumbnails/cropped/generic-pytorch-logo.png
690692
:link: intermediate/TCPStore_libuv_backend.html
691693
:tags: Parallel-and-Distributed-Training
692694

0 commit comments

Comments
 (0)