Skip to content

Commit

Permalink
update CUDA to 12.1 U1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrblck committed Aug 16, 2023
1 parent 126f9f6 commit 2c19011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/windows/internal/cuda_install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c19011

Please sign in to comment.