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

Commit f252ee0

Browse files
authored
Update ci.yml
1 parent edc9beb commit f252ee0

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -454,11 +454,15 @@ jobs:
454454
python ${{ matrix.parser }} ${{ matrix.model }}
455455
cd ../..
456456
457-
- name: Download dataset artifact
458-
uses: actions/download-artifact@v4
457+
- name: Restore ImageNet-Paste dataset
458+
id: cache-imagenet
459+
uses: actions/cache/restore@v4
459460
with:
460-
name: imagenet-dataset
461461
path: docs/ImageNet
462+
key: imagenet-paste-v1-${{ hashFiles('app/Converters/download_imagenet.py') }}
463+
restore-keys: |
464+
imagenet-paste-v1-
465+
imagenet-paste-
462466
463467
- name: Prepare environment
464468
run: |

0 commit comments

Comments
 (0)