We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9feda8 commit d561366Copy full SHA for d561366
beginner_source/t5_tutorial.py
@@ -18,11 +18,9 @@
18
# 3. Read in the CNNDM, IMDB, and Multi30k datasets and pre-process their texts in preparation for the model
19
# 4. Perform text summarization, sentiment classification, and translation
20
#
21
-# Prerequisites
22
-# -------------
+# .. note::
+# This tutorial requires PyTorch 2.0.0 or later.
23
24
-# * PyTorch 2.0.0 or later
25
-
26
#######################################################################
27
# Data Transformation
28
# -------------------
0 commit comments