"...en/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "66a7160f9d4e812b61e321b56d40b50d550a12a7"
Unverified Commit c1d41938 authored by peterjc123's avatar peterjc123 Committed by GitHub
Browse files

Fix link for gpu driver DLLs (#2046)

parent f2f085bf
...@@ -97,7 +97,7 @@ if not exist "%SRC_DIR%\temp_build\NvToolsExt.7z" ( ...@@ -97,7 +97,7 @@ if not exist "%SRC_DIR%\temp_build\NvToolsExt.7z" (
) )
if not exist "%SRC_DIR%\temp_build\gpu_driver_dlls.7z" ( if not exist "%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.7z" curl -k -L "https://drive.google.com/u/0/uc?id=1injUyo3lnarMgWyRcXqKg4UGnN0ysmuq&export=download" --output "%SRC_DIR%\temp_build\gpu_driver_dlls.zip"
if errorlevel 1 exit /b 1 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