Skip to content

fix recipe and prototype index #3476

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions deep-dive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down
2 changes: 1 addition & 1 deletion ecosystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
.. -----------------------------------------
Expand Down
21 changes: 5 additions & 16 deletions prototype_source/prototype_index.rst
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -14,10 +15,7 @@ decide if we want to upgrade the level of commitment or to fail fast.

.. raw:: html

</div>
</div>

<div id="tutorial-cards-container">
<div id="tutorial-cards-container">

<nav class="navbar navbar-expand-lg navbar-light tutorials-nav col-12">
<div class="tutorial-tags-container">
Expand All @@ -43,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

Expand Down Expand Up @@ -160,21 +158,12 @@ decide if we want to upgrade the level of commitment or to fail fast.

.. End of tutorial card section

.. raw:: html

</div>

<div class="pagination d-flex justify-content-center"></div>

</div>

</div>

.. -----------------------------------------
.. Page TOC
.. -----------------------------------------

.. toctree::
:maxdepth: 2
:hidden:

/prototype/context_parallel
Expand Down
23 changes: 7 additions & 16 deletions recipes_source/recipes_index.rst
Original file line number Diff line number Diff line change
@@ -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.

</div>
</div>
.. raw:: html

<div id="tutorial-cards-container">
<div id="tutorial-cards-container">

<nav class="navbar navbar-expand-lg navbar-light tutorials-nav col-12">
<div class="tutorial-tags-container">
Expand Down Expand Up @@ -335,20 +335,11 @@ Recipes are bite-sized, actionable examples of how to use specific PyTorch featu

.. End of tutorial card section

.. raw:: html

</div>

<div class="pagination d-flex justify-content-center"></div>

</div>

</div>

.. -----------------------------------------
.. Page TOC
.. -----------------------------------------
.. toctree::
:maxdepth: 2
:hidden:

/recipes/recipes/defining_a_neural_network
Expand Down