File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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
163163import torch
You can’t perform that action at this time.
0 commit comments