Skip to content

Commit 5136c7a

Browse files
author
Svetlana Karslioglu
committed
Fix
1 parent 25a360e commit 5136c7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intermediate_source/scaled_dot_product_attention_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
# * `Memory-Efficient Attention <https://github.com/facebookresearch/xformers>`__
3636
# * A PyTorch implementation defined in C++
3737
#
38-
#.. literalinclude:: ../beginner_source/new-release-colab.rst
39-
# :language: rst
38+
# .. literalinclude:: ../beginner_source/new-release-colab.rst
39+
# :language: rst
4040

4141
import torch
4242
import torch.nn as nn

0 commit comments

Comments
 (0)