Skip to content

Commit fc0ff5e

Browse files
committed
addressed review comments for formatting
1 parent 67bc080 commit fc0ff5e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

recipes_source/recipes_index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@ Recipes are bite-sized, actionable examples of how to use specific PyTorch featu
150150
:link: ../recipes/recipes/swap_tensors.html
151151
:tags: Basics
152152

153+
.. customcarditem::
154+
:header: torch.export AOTInductor Tutorial for Python runtime
155+
:card_description: Learn an end-to-end example of how to use AOTInductor for python runtime.
156+
:image: ../_static/img/thumbnails/cropped/generic-pytorch-logo.png
157+
:link: ../recipes/torch_export_aoti_python.html
158+
:tags: Basics
153159

154160
.. Interpretability
155161

recipes_source/torch_export_aoti_python.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
######################################################################
3333
# Prerequisites
3434
# -------------
35-
# * PyTorch 2.4 or later
36-
# * Basic understanding of ``torch.export`` and AOTInductor
37-
# * Complete the `AOTInductor: Ahead-Of-Time Compilation for Torch.Export-ed Models <https://pytorch.org/docs/stable/torch.compiler_aot_inductor.html#>`_ tutorial
35+
# * PyTorch 2.4 or later
36+
# * Basic understanding of ``torch.export`` and AOTInductor
37+
# * Complete the `AOTInductor: Ahead-Of-Time Compilation for Torch.Export-ed Models <https://pytorch.org/docs/stable/torch.compiler_aot_inductor.html#>`_ tutorial
3838

3939
######################################################################
4040
# What you will learn

0 commit comments

Comments
 (0)