Skip to content

Commit ed18d32

Browse files
committed
turn off cache
1 parent 80c0f52 commit ed18d32

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/build-rocm-only.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,6 @@ jobs:
5757
with:
5858
submodules: recursive
5959

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-
with:
70-
key: ubuntu-latest-rocm-${{ env.ROCM_VERSION }}-x64
71-
evict-old-files: 1d
72-
7360
- name: Free disk space
7461
run: |
7562
echo "Disk usage before cleanup:"
@@ -107,7 +94,6 @@ jobs:
10794
sudo apt-get update
10895
10996
- name: Install ROCm
110-
if: steps.cache-rocm.outputs.cache-hit != 'true'
11197
run: |
11298
# Check if ROCm packages are available
11399
echo "Checking ROCm package availability..."

0 commit comments

Comments
 (0)