From e3689a71c0e1b6018d35d32c8600080c2fcdacdc Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Wed, 4 Oct 2023 10:27:18 -0700 Subject: [PATCH 1/2] Update what's new in pytorch for 2.1 --- index.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/index.rst b/index.rst index a484b0eddf7..66f4fe0c95e 100644 --- a/index.rst +++ b/index.rst @@ -3,14 +3,15 @@ Welcome to PyTorch Tutorials What's new in PyTorch tutorials? -* `Implementing High Performance Transformers with Scaled Dot Product Attention `__ -* `torch.compile Tutorial `__ -* `Per Sample Gradients `__ -* `Jacobians, Hessians, hvp, vhp, and more: composing function transforms `__ -* `Model Ensembling `__ -* `Neural Tangent Kernels `__ -* `Reinforcement Learning (PPO) with TorchRL Tutorial `__ -* `Changing Default Device `__ +* `Getting Started with Distributed Checkpoint (DCP) `__ +* `torch.export Tutorial `__ +* `Facilitating New Backend Integration by PrivateUse1 `__ +* `(prototype) Accelerating BERT with semi-structured (2:4) sparsity `__ +* `(prototype) PyTorch 2 Export Quantization-Aware Training (QAT) `__ +* `(prototype) PyTorch 2 Export Post Training Quantization with X86 Backend through Inductor `__ +* `(prototype) Inductor C++ Wrapper Tutorial `__ +* `How to save memory by fusing the optimizer step into the backward pass `__ +* `Tips for Loading an ``nn.Module`` from a Checkpoint `__ .. raw:: html From 097e235fdc3b81d1e5d37e3caa4b751ffc57ed57 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Wed, 4 Oct 2023 10:36:42 -0700 Subject: [PATCH 2/2] Update index.rst --- index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.rst b/index.rst index 66f4fe0c95e..82cc1384adf 100644 --- a/index.rst +++ b/index.rst @@ -11,7 +11,7 @@ What's new in PyTorch tutorials? * `(prototype) PyTorch 2 Export Post Training Quantization with X86 Backend through Inductor `__ * `(prototype) Inductor C++ Wrapper Tutorial `__ * `How to save memory by fusing the optimizer step into the backward pass `__ -* `Tips for Loading an ``nn.Module`` from a Checkpoint `__ +* `Tips for Loading an nn.Module from a Checkpoint `__ .. raw:: html