Skip to content

Commit 1c3d339

Browse files
committed
reset cache
1 parent 62f13d6 commit 1c3d339

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/actions/setup-pytorch/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ runs:
7878
shell: bash
7979
env:
8080
# Increase this value to reset cache
81-
CACHE_NUMBER: 18
81+
CACHE_NUMBER: 19
8282
run: |
8383
ONEAPI_LINK=$(readlink /opt/intel/oneapi || true)
8484
ONEAPI_KEY=$(sha256sum /opt/intel/installed.txt 2> /dev/null | cut -d\ -f1 || true)

.github/actions/setup-triton/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
uses: ./.github/actions/load
3737
env:
3838
# Increase this value to reset cache
39-
CACHE_NUMBER: 3
39+
CACHE_NUMBER: 4
4040
with:
4141
path: $HOME/packages
4242
key: packages-${{ env.LLVM_CACHE_KEY }}-${{ env.CACHE_NUMBER }}

.github/workflows/build-test-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ env:
7171
TRITON_DISABLE_LINE_INFO: 1
7272
TEST_UNSKIP: ${{ inputs.enable_unskip }}
7373
# Increase this value to reset cache
74-
PIP_CACHE_NUMBER: 1
74+
PIP_CACHE_NUMBER: 2
7575

7676
jobs:
7777
build:

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: ./.github/actions/load
7474
env:
7575
# Increase this value to reset cache
76-
CACHE_NUMBER: 2
76+
CACHE_NUMBER: 3
7777
with:
7878
path: $HOME/.cache/pip
7979
key: pip-3.10-${{ hashFiles('.pre-commit-config.yaml') }}-${{ env.CACHE_NUMBER }}

0 commit comments

Comments
 (0)