Skip to content

Commit ee07c3c

Browse files
committed
change title
1 parent df5ec8e commit ee07c3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

beginner_source/scaled_dot_product_attention_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Create High-Performance Transformer Variations with Scaled Dot Product Attention
2+
Implement High-Performance Transformers with SCALED DOT PRODUCT ATTENTION
33
================================================================================
44
55
"""

index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ What's new in PyTorch tutorials?
525525
:tags: Model-Optimization
526526

527527
.. customcarditem::
528-
:header: (beta) Create High-Performance Transformer Variations with Scaled Dot Product Attention
528+
:header: (beta) Implement High-Performance Transformers with SCALED DOT PRODUCT ATTENTION
529529
:card_description: This tutorial explores the new torch.nn.functional.scaled_dot_product_attention and how it can be used to construct Transformer components.
530530
:image: _static/img/thumbnails/cropped/pytorch-logo.png
531531
:link: beginner/scaled_dot_product_attention_tutorial.html

0 commit comments

Comments
 (0)