From db744519e5517359f964055ee3417296d36aa156 Mon Sep 17 00:00:00 2001 From: Mengwei Liu Date: Tue, 15 Oct 2024 10:46:02 -0700 Subject: [PATCH] Update modelsyt_tutorial.py to remove deprecated link --- beginner_source/introyt/modelsyt_tutorial.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 # --------------------------