From 294487f161d49c7128dae12188a9b70f93303c5f Mon Sep 17 00:00:00 2001 From: ptrblck Date: Tue, 15 Aug 2023 08:40:18 -0700 Subject: [PATCH] update CUDA to 12.1U1 for Windows (#1485) --- windows/internal/cuda_install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/internal/cuda_install.bat b/windows/internal/cuda_install.bat index fd20541ee..acd457a17 100644 --- a/windows/internal/cuda_install.bat +++ b/windows/internal/cuda_install.bat @@ -54,7 +54,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