Files
tinygrad/.github/workflows/mlperf.yml
2025-05-18 23:39:57 -04:00

21 lines
542 B
YAML

name: Run MLPerf Training
on:
# schedule:
# - cron: '0 */1 * * *'
workflow_dispatch:
jobs:
run_script_job:
runs-on: [self-hosted, Linux, tinyboxgreen]
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: |
LOGMLPERF=0 examples/mlperf/training_submission_v5.0/tinycorp/benchmarks/resnet/implementations/tinybox_green/run_and_time.sh