Skip to content

Commit aab1dae

Browse files
authored
Add a basic what's new list to the tutorials homepage (#1883)
* Add a basic what's new list to the tutorials homepage * added GA parameters
1 parent e6cad97 commit aab1dae

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
Welcome to PyTorch Tutorials
22
============================
3+
4+
What's new in PyTorch tutorials?
5+
6+
* `Introduction to TorchRec <https://pytorch.org/tutorials/intermediate/torchrec_tutorial.html?utm_source=whats_new_tutorials&utm_medium=torchrec>`__
7+
* `Getting Started with Fully Sharded Data Parallel (FSDP) <https://pytorch.org/tutorials/intermediate/FSDP_tutorial.html?utm_source=whats_new_tutorials&utm_medium=FSDP>`__
8+
* `Customize Process Group Backends Using Cpp Extensions <https://pytorch.org/tutorials/intermediate/process_group_cpp_extension_tutorial.html?utm_source=whats_new_tutorials&utm_medium=cpp_ext>`__
9+
* `Forward-mode Automatic Differentiation <https://pytorch.org/tutorials/intermediate/forward_ad_usage.html?utm_source=whats_new_tutorials&utm_medium=forward_ad>`__ (added functorch API capabilities)
10+
* `Real Time Inference on Raspberry Pi 4 (30 fps!) <https://pytorch.org/tutorials/intermediate/realtime_rpi.html?utm_source=whats_new_tutorials&utm_medium=rpi>`__
11+
312
.. raw:: html
413

514
<div class="tutorials-callout-container">

0 commit comments

Comments
 (0)