Skip to content

Commit 9ad3326

Browse files
mszhanyijaneyx99
andauthored
update win cuda installer (#4498)
Co-authored-by: Jane (Yuan) Xu <[email protected]>
1 parent 7770b04 commit 9ad3326

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packaging/windows/internal/cuda_install.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ goto cuda_common
128128

129129
:cuda111
130130

131-
if not exist "%SRC_DIR%\temp_build\cuda_11.1.0_456.43_win10.exe" (
132-
curl -k -L https://ossci-windows.s3.amazonaws.com/cuda_11.1.0_456.43_win10.exe --output "%SRC_DIR%\temp_build\cuda_11.1.0_456.43_win10.exe"
131+
if not exist "%SRC_DIR%\temp_build\cuda_11.1.1_456.81_win10.exe" (
132+
curl -k -L https://ossci-windows.s3.amazonaws.com/cuda_11.1.1_456.81_win10.exe --output "%SRC_DIR%\temp_build\cuda_11.1.1_456.81_win10.exe"
133133
if errorlevel 1 exit /b 1
134-
set "CUDA_SETUP_FILE=%SRC_DIR%\temp_build\cuda_11.1.0_456.43_win10.exe"
134+
set "CUDA_SETUP_FILE=%SRC_DIR%\temp_build\cuda_11.1.1_456.81_win10.exe"
135135
set "ARGS=nvcc_11.1 cuobjdump_11.1 nvprune_11.1 nvprof_11.1 cupti_11.1 cublas_11.1 cublas_dev_11.1 cudart_11.1 cufft_11.1 cufft_dev_11.1 curand_11.1 curand_dev_11.1 cusolver_11.1 cusolver_dev_11.1 cusparse_11.1 cusparse_dev_11.1 npp_11.1 npp_dev_11.1 nvjpeg_11.1 nvjpeg_dev_11.1 nvrtc_11.1 nvrtc_dev_11.1 nvml_dev_11.1"
136136
)
137137

0 commit comments

Comments
 (0)