mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
symlink datasets in mlperf workflow (#10391)
This commit is contained in:
parent
f20c5aac1f
commit
9b4e2a75cd
1 changed files with 4 additions and 0 deletions
4
.github/workflows/mlperf.yml
vendored
4
.github/workflows/mlperf.yml
vendored
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue