From 47eaab4dc97b553443628a6a2f04cada2829f5a6 Mon Sep 17 00:00:00 2001 From: pbialecki Date: Wed, 23 Aug 2023 11:27:16 -0700 Subject: [PATCH] update CUDA to 12.1 U1 (#3563) Summary: Follow-up of: https://github.com/pytorch/builder/pull/1485 CC atalman Pull Request resolved: https://github.com/pytorch/audio/pull/3563 Reviewed By: kit1980 Differential Revision: D48610200 Pulled By: atalman fbshipit-source-id: 61c9981da5a343a3cbce97b0a77ab91f37560087 --- packaging/windows/internal/cuda_install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/windows/internal/cuda_install.bat b/packaging/windows/internal/cuda_install.bat index 6c86834f23..facf186937 100644 --- a/packaging/windows/internal/cuda_install.bat +++ b/packaging/windows/internal/cuda_install.bat @@ -57,7 +57,7 @@ goto cuda_common :cuda121 -set CUDA_INSTALL_EXE=cuda_12.1.0_531.14_windows.exe +set CUDA_INSTALL_EXE=cuda_12.1.1_531.14_windows.exe if not exist "%SRC_DIR%\temp_build\%CUDA_INSTALL_EXE%" ( curl -k -L "https://ossci-windows.s3.amazonaws.com/%CUDA_INSTALL_EXE%" --output "%SRC_DIR%\temp_build\%CUDA_INSTALL_EXE%" if errorlevel 1 exit /b 1