We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f085b commit c1d4193Copy full SHA for c1d4193
packaging/windows/internal/cuda_install.bat
@@ -97,7 +97,7 @@ if not exist "%SRC_DIR%\temp_build\NvToolsExt.7z" (
97
)
98
99
if not exist "%SRC_DIR%\temp_build\gpu_driver_dlls.7z" (
100
- curl -k -L "https://drive.google.com/u/0/uc?id=1injUyo3lnarMgWyRcXqKg4UGnN0ysmuq&export=download" --output "%SRC_DIR%\temp_build\gpu_driver_dlls.7z"
+ curl -k -L "https://drive.google.com/u/0/uc?id=1injUyo3lnarMgWyRcXqKg4UGnN0ysmuq&export=download" --output "%SRC_DIR%\temp_build\gpu_driver_dlls.zip"
101
if errorlevel 1 exit /b 1
102
103
0 commit comments