diff --git a/beginner_source/introyt/modelsyt_tutorial.py b/beginner_source/introyt/modelsyt_tutorial.py index b97accc7755..61c27d5c543 100644 --- a/beginner_source/introyt/modelsyt_tutorial.py +++ b/beginner_source/introyt/modelsyt_tutorial.py @@ -311,9 +311,7 @@ def forward(self, sentence): # ``TransformerDecoder``) and subcomponents (``TransformerEncoderLayer``, # ``TransformerDecoderLayer``). For details, check out the # `documentation `__ -# on transformer classes, and the relevant -# `tutorial `__ -# on pytorch.org. +# on transformer classes. # # Other Layers and Functions # --------------------------