Skip to content

Commit 50246f5

Browse files
authored
Update transformer_building_blocks.py
1 parent c967f02 commit 50246f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/transformer_building_blocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
# ===============================
7272
# First, we will briefly introduce the four technologies mentioned in the introduction
7373
#
74-
# * `torch.nested <https://pytorch.org/tutorials/prototype/nestedtensor.html>`_
74+
# * `torch.nested <https://pytorch.org/tutorials/unstable/nestedtensor.html>`_
7575
#
7676
# Nested tensors generalize the shape of regular dense tensors, allowing for
7777
# representation of ragged-sized data with the same tensor UX. In the context of

0 commit comments

Comments
 (0)