We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c967f02 commit 50246f5Copy full SHA for 50246f5
intermediate_source/transformer_building_blocks.py
@@ -71,7 +71,7 @@
71
# ===============================
72
# First, we will briefly introduce the four technologies mentioned in the introduction
73
#
74
-# * `torch.nested <https://pytorch.org/tutorials/prototype/nestedtensor.html>`_
+# * `torch.nested <https://pytorch.org/tutorials/unstable/nestedtensor.html>`_
75
76
# Nested tensors generalize the shape of regular dense tensors, allowing for
77
# representation of ragged-sized data with the same tensor UX. In the context of
0 commit comments