File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ Welcome to PyTorch Tutorials
4
4
**What's new in PyTorch tutorials? **
5
5
6
6
* `Utilizing Torch Function modes with torch.compile <https://pytorch.org/tutorials/recipes/torch_compile_torch_function_modes.html >`__
7
- * `Context Parallel Tutorial <https://pytorch.org/tutorials/prototype /context_parallel.html >`__
7
+ * `Context Parallel Tutorial <https://pytorch.org/tutorials/unstable /context_parallel.html >`__
8
8
* `(beta) Explicit horizontal fusion with foreach_map and torch.compile <https://pytorch.org/tutorials/recipes/foreach_map.html >`__
9
- * Updated `Inductor Windows CPU Tutorial <https://pytorch.org/tutorials/prototype /inductor_windows.html >`__
9
+ * Updated `Inductor Windows CPU Tutorial <https://pytorch.org/tutorials/unstable /inductor_windows.html >`__
10
10
11
11
.. raw :: html
12
12
@@ -24,7 +24,7 @@ Welcome to PyTorch Tutorials
24
24
.. customcalloutitem ::
25
25
:description: Bite-size, ready-to-deploy PyTorch code examples.
26
26
:header: PyTorch Recipes
27
- :button_link: recipes/ recipes_index.html
27
+ :button_link: recipes_index.html
28
28
:button_text: Explore Recipes
29
29
30
30
.. End of callout item section
Original file line number Diff line number Diff line change 2
2
------------------
3
3
1. recipes/* and recipes_index.rst
4
4
PyTorch Recipes
5
- https://pytorch.org/tutorials/recipes/ recipes_index.html
5
+ https://pytorch.org/tutorials/recipes_index.html
6
6
7
7
You can’t perform that action at this time.
0 commit comments