Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 08 Jun 20:43
v1.0.1 — CI fix: free disk space on ubuntu-latest before CUDA build

No code or image changes; functionally identical to v1.0.0. CUDA build
in CI was OOMing the runner disk during torch 2.5.1+cu126 unpack
(~5 GB on top of the rest of the heavy-deps layer; ubuntu-latest only
has ~14 GB free).

Reusable workflow bumped to psyb0t/reusable-github-workflows v0.6.0
(SHA 59d43bac747f6bf66eeddb103a845b6dbf367c6b) with `free_disk_space:
true` enabled. Frees ~25-30 GB by stripping Android SDK, .NET, Haskell,
CodeQL, large apt packages, and preloaded docker images. Tool cache +
swap left intact.