From 3b261b1ace7f7d0e33557de8122569c30da43a1c Mon Sep 17 00:00:00 2001 From: liangxs Date: Wed, 6 Aug 2025 18:36:24 +0800 Subject: [PATCH 1/4] Update README.txt --- recipes_source/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes_source/README.txt b/recipes_source/README.txt index f6e4a5ca91a..bbc30dc3a6d 100644 --- a/recipes_source/README.txt +++ b/recipes_source/README.txt @@ -2,6 +2,6 @@ Recipes ------------------ 1. recipes/* and recipes_index.rst PyTorch Recipes - https://pytorch.org/tutorials/recipes/recipes_index.html + https://pytorch.org/tutorials/recipes_index.html From c20a47047dd6b5f3ee24c40731adc51f3e9ccb03 Mon Sep 17 00:00:00 2001 From: liangxs Date: Wed, 6 Aug 2025 18:38:54 +0800 Subject: [PATCH 2/4] Update index.rst --- index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.rst b/index.rst index d9a13568615..61ba541a54e 100644 --- a/index.rst +++ b/index.rst @@ -24,7 +24,7 @@ Welcome to PyTorch Tutorials .. customcalloutitem:: :description: Bite-size, ready-to-deploy PyTorch code examples. :header: PyTorch Recipes - :button_link: recipes/recipes_index.html + :button_link: recipes_index.html :button_text: Explore Recipes .. End of callout item section From badeb817bc01285449cf357dc53a72a243af7b82 Mon Sep 17 00:00:00 2001 From: sekyondaMeta <127536312+sekyondaMeta@users.noreply.github.com> Date: Wed, 6 Aug 2025 09:32:35 -0400 Subject: [PATCH 3/4] Update index.rst --- index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.rst b/index.rst index 61ba541a54e..3ac8e3b71b8 100644 --- a/index.rst +++ b/index.rst @@ -6,7 +6,7 @@ Welcome to PyTorch Tutorials * `Utilizing Torch Function modes with torch.compile `__ * `Context Parallel Tutorial `__ * `(beta) Explicit horizontal fusion with foreach_map and torch.compile `__ -* Updated `Inductor Windows CPU Tutorial `__ +* Updated `Inductor Windows CPU Tutorial `__ .. raw:: html From 835a51387a67d6f28568064d7877384f5c2472ae Mon Sep 17 00:00:00 2001 From: sekyondaMeta <127536312+sekyondaMeta@users.noreply.github.com> Date: Wed, 6 Aug 2025 09:33:59 -0400 Subject: [PATCH 4/4] Update index.rst --- index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.rst b/index.rst index 3ac8e3b71b8..cb7794d05a9 100644 --- a/index.rst +++ b/index.rst @@ -4,7 +4,7 @@ Welcome to PyTorch Tutorials **What's new in PyTorch tutorials?** * `Utilizing Torch Function modes with torch.compile `__ -* `Context Parallel Tutorial `__ +* `Context Parallel Tutorial `__ * `(beta) Explicit horizontal fusion with foreach_map and torch.compile `__ * Updated `Inductor Windows CPU Tutorial `__