Skip to content

Commit 624def4

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

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
@@ -157,7 +157,7 @@
157157
# skipped, performance and memory usage improve.
158158
#
159159
# We'll demonstrate the above by building upon the ``MultiheadAttention`` layer in the
160-
# `Nested Tensor tutorial <https://pytorch.org/tutorials/prototype/nestedtensor.html>`_
160+
# `Nested Tensor tutorial <https://pytorch.org/tutorials/unstable/nestedtensor.html>`_
161161
# and comparing it to the ``nn.MultiheadAttention`` layer.
162162

163163
import torch

0 commit comments

Comments
 (0)