Skip to content

Commit

Permalink
update CUDA to 12.1U1 for Windows (#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrblck authored Aug 15, 2023
1 parent 2db9676 commit 294487f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/internal/cuda_install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 294487f

Please sign in to comment.