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 2db9676 commit 294487fCopy full SHA for 294487f
windows/internal/cuda_install.bat
@@ -54,7 +54,7 @@ goto cuda_common
54
55
:cuda121
56
57
-set CUDA_INSTALL_EXE=cuda_12.1.0_531.14_windows.exe
+set CUDA_INSTALL_EXE=cuda_12.1.1_531.14_windows.exe
58
if not exist "%SRC_DIR%\temp_build\%CUDA_INSTALL_EXE%" (
59
curl -k -L "https://ossci-windows.s3.amazonaws.com/%CUDA_INSTALL_EXE%" --output "%SRC_DIR%\temp_build\%CUDA_INSTALL_EXE%"
60
if errorlevel 1 exit /b 1
0 commit comments