From 1a52e73bf43a528a77aa8dce87eaa4915935eb80 Mon Sep 17 00:00:00 2001 From: cjyabraham Date: Wed, 8 Feb 2023 13:35:25 +0700 Subject: [PATCH] fix typo on blog post Signed-off-by: cjyabraham --- _posts/2023-02-02-deprecation-cuda-python-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-02-02-deprecation-cuda-python-support.md b/_posts/2023-02-02-deprecation-cuda-python-support.md index c58bcbe923b4..c02c7249d8d6 100644 --- a/_posts/2023-02-02-deprecation-cuda-python-support.md +++ b/_posts/2023-02-02-deprecation-cuda-python-support.md @@ -3,7 +3,7 @@ layout: blog_detail title: "Deprecation of CUDA 11.6 and Python 3.7 Support" --- -For the upcoming PyTorch 2.0 feature release (target March 2022), we will target CUDA 11.7 as the stable version and CUDA 11.8 as the experimental version of CUDA and Python >=3.8, <=3.11. +For the upcoming PyTorch 2.0 feature release (target March 2023), we will target CUDA 11.7 as the stable version and CUDA 11.8 as the experimental version of CUDA and Python >=3.8, <=3.11. If you are still using or depending on CUDA 11.6 or Python 3.7 builds, we strongly recommend moving to at least CUDA 11.7 and Python 3.8, as it would be the minimum versions required for PyTorch 2.0.