Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.

Commit c8d8ad2

Browse files
authored
fix key
1 parent c3dc14d commit c8d8ad2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ jobs:
329329
uses: actions/cache@v4
330330
with:
331331
path: docs/ImageNet
332-
key: imagenet-paste-v1-${{ hashFiles('app/Converters/download_imagenet.py') }}
332+
key: imagenet-paste-v1
333333
restore-keys: |
334334
imagenet-paste-v1-
335335
imagenet-paste-
@@ -364,7 +364,7 @@ jobs:
364364
uses: actions/cache/save@v4
365365
with:
366366
path: docs/ImageNet
367-
key: imagenet-paste-v1-${{ hashFiles('app/Converters/download_imagenet.py') }}
367+
key: imagenet-paste-v1
368368

369369
evaluate-models-onnx:
370370
runs-on: ubuntu-latest
@@ -462,7 +462,7 @@ jobs:
462462
uses: actions/cache/restore@v4
463463
with:
464464
path: docs/ImageNet
465-
key: imagenet-paste-v1-${{ hashFiles('app/Converters/download_imagenet.py') }}
465+
key: imagenet-paste-v1
466466
restore-keys: |
467467
imagenet-paste-v1-
468468
imagenet-paste-

0 commit comments

Comments
 (0)