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 80c0f52 commit ed18d32Copy full SHA for ed18d32
1 file changed
.github/workflows/build-rocm-only.yml
@@ -57,19 +57,6 @@ jobs:
57
with:
58
submodules: recursive
59
60
- - name: Cache ROCm Installation
61
- id: cache-rocm
62
- uses: actions/cache@v4
63
- with:
64
- path: /opt/rocm
65
- key: rocm-${{ env.ROCM_VERSION }}-${{ runner.os }}
66
-
67
- - name: ccache
68
- uses: ggml-org/ccache-action@v1.2.16
69
70
- key: ubuntu-latest-rocm-${{ env.ROCM_VERSION }}-x64
71
- evict-old-files: 1d
72
73
- name: Free disk space
74
run: |
75
echo "Disk usage before cleanup:"
@@ -107,7 +94,6 @@ jobs:
107
94
sudo apt-get update
108
95
109
96
- name: Install ROCm
110
- if: steps.cache-rocm.outputs.cache-hit != 'true'
111
97
112
98
# Check if ROCm packages are available
113
99
echo "Checking ROCm package availability..."
0 commit comments