Skip to content

Commit 47eaab4

Browse files
ptrblckfacebook-github-bot
authored andcommitted
update CUDA to 12.1 U1 (#3563)
Summary: Follow-up of: pytorch/builder#1485 CC atalman Pull Request resolved: #3563 Reviewed By: kit1980 Differential Revision: D48610200 Pulled By: atalman fbshipit-source-id: 61c9981da5a343a3cbce97b0a77ab91f37560087
1 parent 9d11563 commit 47eaab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/windows/internal/cuda_install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ goto cuda_common
5757

5858
:cuda121
5959

60-
set CUDA_INSTALL_EXE=cuda_12.1.0_531.14_windows.exe
60+
set CUDA_INSTALL_EXE=cuda_12.1.1_531.14_windows.exe
6161
if not exist "%SRC_DIR%\temp_build\%CUDA_INSTALL_EXE%" (
6262
curl -k -L "https://ossci-windows.s3.amazonaws.com/%CUDA_INSTALL_EXE%" --output "%SRC_DIR%\temp_build\%CUDA_INSTALL_EXE%"
6363
if errorlevel 1 exit /b 1

0 commit comments

Comments
 (0)