This repository was archived by the owner on Jul 22, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
You can’t perform that action at this time.
0 commit comments