You need to sign in or sign up before continuing.
Commit 47eaab4d authored by pbialecki's avatar pbialecki Committed by Facebook GitHub Bot
Browse files

update CUDA to 12.1 U1 (#3563)

Summary:
Follow-up of: https://github.com/pytorch/builder/pull/1485

CC atalman

Pull Request resolved: https://github.com/pytorch/audio/pull/3563

Reviewed By: kit1980

Differential Revision: D48610200

Pulled By: atalman

fbshipit-source-id: 61c9981da5a343a3cbce97b0a77ab91f37560087
parent 9d11563d
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment