Skip to content

Commit 2f3f93a

Browse files
Merge branch 'main' into master
2 parents 95b16d4 + a0a9e3b commit 2f3f93a

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Welcome to PyTorch Tutorials
33

44
**What's new in PyTorch tutorials?**
55

6-
* `Using User-Defined Triton Kernels with torch.compile <https://pytorch.org/tutorials/recipes/torch_compile_user_defined_triton_kernel_tutorial.html>`__
7-
* `Large Scale Transformer model training with Tensor Parallel (TP) <https://pytorch.org/tutorials/intermediate/TP_tutorial.html>`__
8-
* `Accelerating BERT with semi-structured (2:4) sparsity <https://pytorch.org/tutorials/advanced/semi_structured_sparse.html>`__
9-
* `torch.export Tutorial with torch.export.Dim <https://pytorch.org/tutorials/intermediate/torch_export_tutorial.html>`__
10-
* `Extension points in nn.Module for load_state_dict and tensor subclasses <https://pytorch.org/tutorials/recipes/recipes/swap_tensors.html>`__
6+
* `Introduction to Distributed Pipeline Parallelism <https://pytorch.org/tutorials/intermediate/pipelining_tutorial.html>`__
7+
* `Introduction to Libuv TCPStore Backend <https://pytorch.org/tutorials/intermediate/TCPStore_libuv_backend.html>`__
8+
* `Asynchronous Saving with Distributed Checkpoint (DCP) <https://pytorch.org/tutorials/recipes/distributed_async_checkpoint_recipe.html>`__
9+
* `Python Custom Operators <https://pytorch.org/tutorials/advanced/python_custom_ops.html>`__
10+
* Updated `Getting Started with DeviceMesh <https://pytorch.org/tutorials/recipes/distributed_device_mesh.html>`__
1111

1212
.. raw:: html
1313

intermediate_source/TCPStore_libuv_backend.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Introduction to Libuv TCPStore Backend
88
.. grid:: 2
99

1010
.. grid-item-card:: :octicon:`mortar-board;1em;` What you will learn
11-
:class-card: card-prerequisites
11+
:class-card: card-prerequisites
12+
1213
* What is the new TCPStore backend
1314
* Compare the new libuv backend against the legacy backend
1415
* How to enable to use the legacy backend

intermediate_source/pipelining_tutorial.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ APIs.
1212
.. grid:: 2
1313

1414
.. grid-item-card:: :octicon:`mortar-board;1em;` What you will learn
15+
:class-card: card-prerequisites
1516

1617
* How to use ``torch.distributed.pipelining`` APIs
1718
* How to apply pipeline parallelism to a transformer model
1819
* How to utilize different schedules on a set of microbatches
1920

2021

2122
.. grid-item-card:: :octicon:`list-unordered;1em;` Prerequisites
23+
:class-card: card-prerequisites
2224

2325
* Familiarity with `basic distributed training <https://pytorch.org/tutorials/beginner/dist_overview.html>`__ in PyTorch
2426

recipes_source/intel_extension_for_pytorch.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ easy GPU acceleration for Intel discrete GPUs with PyTorch*.
1212
Intel® Extension for PyTorch* has been released as an open–source project
1313
at `Github <https://github.com/intel/intel-extension-for-pytorch>`_.
1414

15-
- Source code for CPU is available at `master branch <https://github.com/intel/intel-extension-for-pytorch/tree/master>`_.
16-
- Source code for GPU is available at `xpu-master branch <https://github.com/intel/intel-extension-for-pytorch/tree/xpu-master>`_.
15+
- Source code for CPU is available at `main branch <https://github.com/intel/intel-extension-for-pytorch/tree/main>`_.
16+
- Source code for GPU is available at `xpu-main branch <https://github.com/intel/intel-extension-for-pytorch/tree/xpu-main>`_.
1717

1818
Features
1919
--------

0 commit comments

Comments
 (0)