symlink datasets in mlperf workflow (#10391)

This commit is contained in:
chenyu 2025-05-18 15:26:05 +08:00 committed by GitHub
commit 9b4e2a75cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,10 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Symlink datasets
run: |
mkdir -p extra/datasets
ln -s /raid/datasets/imagenet extra/datasets/imagenet
- name: Run resnet
run: |
examples/mlperf/training_submission_v5.0/tinycorp/benchmarks/resnet/implementations/tinybox_green/dev_beam.sh