Skip to content

Commit 25a360e

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

intermediate_source/scaled_dot_product_attention_tutorial.py

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

4341
import torch
4442
import torch.nn as nn

0 commit comments

Comments
 (0)