mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-07-01 01:37:53 -04:00
free space
This commit is contained in:
@@ -37,6 +37,7 @@ runs:
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v7
|
||||
|
||||
|
||||
- name: Install Python
|
||||
shell: bash
|
||||
run: |
|
||||
@@ -50,6 +51,15 @@ runs:
|
||||
with:
|
||||
version: ${{ inputs.cuda-version }}
|
||||
|
||||
- name: Free disk space on runner
|
||||
shell: bash
|
||||
run: |
|
||||
sudo rm -rf /usr/share/dotnet
|
||||
sudo rm -rf /opt/ghc
|
||||
sudo rm -rf /usr/local/lib/android
|
||||
sudo rm -rf /usr/local/.ghcup || true
|
||||
df -h
|
||||
|
||||
- name: Build wheels
|
||||
id: build_wheels
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user