From 1e93f43368591213a8968cba1c834777d61eb365 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Sat, 19 Jul 2025 22:19:07 -0700 Subject: [PATCH 1/4] fix recipe and prototype index --- prototype_source/prototype_index.rst | 15 +-------------- recipes_source/recipes_index.rst | 20 +++++--------------- 2 files changed, 6 insertions(+), 29 deletions(-) diff --git a/prototype_source/prototype_index.rst b/prototype_source/prototype_index.rst index 791f6581e0..37a21345a0 100644 --- a/prototype_source/prototype_index.rst +++ b/prototype_source/prototype_index.rst @@ -14,10 +14,7 @@ decide if we want to upgrade the level of commitment or to fail fast. .. raw:: html - - - -
+
- -
- .. ----------------------------------------- .. Page TOC .. ----------------------------------------- diff --git a/recipes_source/recipes_index.rst b/recipes_source/recipes_index.rst index 71703a6826..1444451ab5 100644 --- a/recipes_source/recipes_index.rst +++ b/recipes_source/recipes_index.rst @@ -1,13 +1,13 @@ Recipes --------------------------------------------- -Recipes are bite-sized, actionable examples of how to use specific PyTorch features, different from our full-length tutorials. -.. raw:: html +Recipes are bite-sized, actionable examples of +how to use specific PyTorch features, different +from our full-length tutorials. - - +.. raw:: html -
+
- -
- .. ----------------------------------------- .. Page TOC .. ----------------------------------------- From 189a26a195d4b380266edcf0b01adbe8e6603862 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Sat, 19 Jul 2025 22:23:51 -0700 Subject: [PATCH 2/4] Fix first card on deep dive --- deep-dive.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/deep-dive.rst b/deep-dive.rst index c75d1ad985..89a18d48e2 100644 --- a/deep-dive.rst +++ b/deep-dive.rst @@ -34,6 +34,7 @@ and speed. :header: Profiling PyTorch :card_description: Learn how to profile a PyTorch application :link: beginner/profiler.html + :image: _static/img/thumbnails/cropped/pytorch-logo.png :tags: Profiling .. customcarditem:: From f5766efc3c7f853eef2f8d83497d125c81d040ea Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Sun, 20 Jul 2025 07:30:14 -0700 Subject: [PATCH 3/4] Update --- prototype_source/prototype_index.rst | 4 +++- recipes_source/recipes_index.rst | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/prototype_source/prototype_index.rst b/prototype_source/prototype_index.rst index 37a21345a0..0aeb646328 100644 --- a/prototype_source/prototype_index.rst +++ b/prototype_source/prototype_index.rst @@ -1,5 +1,6 @@ Unstable --------- +======== + API unstable features are not available as part of binary distributions like PyPI or Conda (except maybe behind run-time flags). To test these features we would, depending on the feature, recommend building PyTorch @@ -162,6 +163,7 @@ decide if we want to upgrade the level of commitment or to fail fast. .. ----------------------------------------- .. toctree:: + :maxdepth: 2 :hidden: /prototype/context_parallel diff --git a/recipes_source/recipes_index.rst b/recipes_source/recipes_index.rst index 1444451ab5..1c528ed289 100644 --- a/recipes_source/recipes_index.rst +++ b/recipes_source/recipes_index.rst @@ -1,5 +1,5 @@ Recipes ---------------------------------------------- +======== Recipes are bite-sized, actionable examples of how to use specific PyTorch features, different @@ -339,6 +339,7 @@ from our full-length tutorials. .. Page TOC .. ----------------------------------------- .. toctree:: + :maxdepth: 2 :hidden: /recipes/recipes/defining_a_neural_network From 9529e8cc9bec664edc3ebc96f3a337a540ff952b Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Sun, 20 Jul 2025 17:30:13 -0700 Subject: [PATCH 4/4] Update --- ecosystem.rst | 2 +- prototype_source/prototype_index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ecosystem.rst b/ecosystem.rst index 20c2940494..da2a926851 100644 --- a/ecosystem.rst +++ b/ecosystem.rst @@ -54,7 +54,7 @@ to production deployment. :card_description: This tutorial covers how to run quantized and fused models on a Raspberry Pi 4 at 30 fps. :image: _static/img/thumbnails/cropped/realtime_rpi.png :link: intermediate/realtime_rpi.html - :tags: TorchScript,Model-Optimization,Image/Video,Quantization,Ecosystem + :tags: Model-Optimization,Image/Video,Quantization,Ecosystem .. End of tutorial card section .. ----------------------------------------- diff --git a/prototype_source/prototype_index.rst b/prototype_source/prototype_index.rst index 0aeb646328..fbe3744c52 100644 --- a/prototype_source/prototype_index.rst +++ b/prototype_source/prototype_index.rst @@ -41,7 +41,7 @@ decide if we want to upgrade the level of commitment or to fail fast. .. customcarditem:: :header: (prototype) Accelerating BERT with semi-structured (2:4) sparsity :card_description: Prune BERT to be 2:4 sparse and accelerate for inference. - :image: _static/img/thumbnails/cropped/generic-pytorch-logo.png + :image: ../_static/img/thumbnails/cropped/generic-pytorch-logo.png :link: prototype/semi_structured_sparse.html :tags: Model-Optimiziation