You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CI disk space exhaustion during CUDA libtorch download
Add aggressive disk cleanup steps to prevent out-of-memory failures
when downloading and extracting large PyTorch 2.10.0 CUDA binaries:
- Linux: Remove .git dir and clear NuGet cache in initial cleanup
(matching existing Windows behavior)
- Both platforms: Delete CPU intermediate extraction dir and downloads
before starting CUDA download
- Both platforms: Delete CUDA intermediate extraction dir and downloads
after CUDA build completes
Only intermediate build directories are removed; the final packprep
output used for publish artifacts is preserved.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments