You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: recipes_source/regional_aot.py
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@
10
10
just-in-time (JiT) compilation.
11
11
12
12
This recipe shows how to apply similar principles when compiling a model ahead-of-time (AoT). If you
13
-
are not familiar with AOTInductor and `torch.export`, we recommend you to check out [this tutorial](https://docs.pytorch.org/tutorials/recipes/torch_export_aoti_python.html).
13
+
are not familiar with AOTInductor and ``torch.export``, we recommend you to check out [this tutorial](https://docs.pytorch.org/tutorials/recipes/torch_export_aoti_python.html).
14
14
15
15
Prerequisites
16
16
----------------
17
17
18
18
* Pytorch 2.6 or later
19
19
* Familiarity with regional compilation
20
-
* Familiarity with AOTInductor and `torch.export`
20
+
* Familiarity with AOTInductor and ``torch.export``
0 commit comments