Skip to content

Commit d561366

Browse files
author
Svetlana Karslioglu
committed
Address comments
1 parent f9feda8 commit d561366

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

beginner_source/t5_tutorial.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@
1818
# 3. Read in the CNNDM, IMDB, and Multi30k datasets and pre-process their texts in preparation for the model
1919
# 4. Perform text summarization, sentiment classification, and translation
2020
#
21-
# Prerequisites
22-
# -------------
21+
# .. note::
22+
# This tutorial requires PyTorch 2.0.0 or later.
2323
#
24-
# * PyTorch 2.0.0 or later
25-
2624
#######################################################################
2725
# Data Transformation
2826
# -------------------

0 commit comments

Comments
 (0)