Skip to content

Commit

Permalink
update CUDA to 12.1 U1 (#3563)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ptrblck authored and facebook-github-bot committed Aug 23, 2023
1 parent 9d11563 commit 47eaab4
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 47eaab4

Please sign in to comment.