From 6f86497f5539bbe987a5efe97304f97e7f3a31e6 Mon Sep 17 00:00:00 2001 From: WuJian Date: Mon, 21 Oct 2024 22:11:22 +0800 Subject: [PATCH] docs: fix pytorch version typo in upgrade/from_2_0 (#20333) --- docs/source-pytorch/upgrade/sections/2_0_regular.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source-pytorch/upgrade/sections/2_0_regular.rst b/docs/source-pytorch/upgrade/sections/2_0_regular.rst index 192f20bc66..2f94ef7ab6 100644 --- a/docs/source-pytorch/upgrade/sections/2_0_regular.rst +++ b/docs/source-pytorch/upgrade/sections/2_0_regular.rst @@ -6,7 +6,7 @@ - Then - Ref - * - used PyTorch 3.11 + * - used PyTorch 1.11 - upgrade to PyTorch 2.1 or higher - `PR18691`_