diff --git a/_news/news-item-1.md b/_news/news-item-1.md index 2f4e0c6779ac..b0c12f4c14d3 100644 --- a/_news/news-item-1.md +++ b/_news/news-item-1.md @@ -1,5 +1,5 @@ --- order: 1 -link: https://pytorch.org/blog/pytorch-1.11-released -summary: NEW! PyTorch 1.11, TorchData, and functorch are now available +link: https://pytorch.org/blog/pytorch-1.12-released/ +summary: "New release! PyTorch 1.12: TorchArrow, Functional API for Modules and nvFuser are now available!" --- diff --git a/_news/news-item-2.md b/_news/news-item-2.md index f775ccb72d5f..fdcc73b0e9b2 100644 --- a/_news/news-item-2.md +++ b/_news/news-item-2.md @@ -1,5 +1,5 @@ --- order: 2 -link: https://pytorch.org/blog/pytorch-1.11-new-library-releases -summary: NEW! Introducing TorchRec, and other domain library updates in PyTorch 1.11 +link: https://pytorch.org/blog/pytorch-1.12-new-library-releases/ +summary: New libraries updates in PyTorch 1.12 --- diff --git a/_news/news-item-3.md b/_news/news-item-3.md deleted file mode 100644 index 83e6940bd654..000000000000 --- a/_news/news-item-3.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -order: 3 -link: https://pytorch.org/blog/introducing-torchrec -summary: NEW! Introducing TorchRec, a library for modern production recommendation systems ---- diff --git a/docs/master/_sources/generated/torch.cuda.stream.rst.txt b/docs/master/_sources/generated/torch.cuda.stream.rst.txt index 556221357a58..32d7ee2647d1 100644 --- a/docs/master/_sources/generated/torch.cuda.stream.rst.txt +++ b/docs/master/_sources/generated/torch.cuda.stream.rst.txt @@ -1,6 +1,13 @@ -torch.cuda.stream -================= - +.. role:: hidden + :class: hidden-section .. currentmodule:: torch.cuda -.. autofunction:: stream \ No newline at end of file + +Stream +====== + +.. autoclass:: Stream + :inherited-members: + :members: + +.. autogenerated from source/_templates/autosummary/class.rst \ No newline at end of file diff --git a/docs/master/_sources/generated/torch.nn.utils.prune.identity.rst.txt b/docs/master/_sources/generated/torch.nn.utils.prune.identity.rst.txt index 8cb212231d15..ac2cf321bb8c 100644 --- a/docs/master/_sources/generated/torch.nn.utils.prune.identity.rst.txt +++ b/docs/master/_sources/generated/torch.nn.utils.prune.identity.rst.txt @@ -1,6 +1,13 @@ -torch.nn.utils.prune.identity -============================= - +.. role:: hidden + :class: hidden-section .. currentmodule:: torch.nn.utils.prune -.. autofunction:: identity \ No newline at end of file + +Identity +======== + +.. autoclass:: Identity + :inherited-members: + :members: + +.. autogenerated from source/_templates/autosummary/class.rst \ No newline at end of file diff --git a/docs/master/generated/torch.cuda.stream.html b/docs/master/generated/torch.cuda.stream.html index 6a67a97f9e13..c4c305a1abf9 100644 --- a/docs/master/generated/torch.cuda.stream.html +++ b/docs/master/generated/torch.cuda.stream.html @@ -10,14 +10,14 @@ -