run mlperf resnet on red box (#10413)

also made push to `update_mlperf` branch trigger
This commit is contained in:
chenyu
2025-05-20 00:48:36 +08:00
committed by GitHub
parent f1fe1f93c1
commit 116d9e6306

View File

@@ -3,11 +3,14 @@ name: Run MLPerf Training
on:
# schedule:
# - cron: '0 */1 * * *'
push:
branches:
- update_mlperf
workflow_dispatch:
jobs:
run_script_job:
runs-on: [self-hosted, Linux, tinyboxgreen]
runs-on: [self-hosted, Linux, tinybox]
steps:
- name: Checkout Code
@@ -18,4 +21,4 @@ jobs:
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
LOGMLPERF=0 examples/mlperf/training_submission_v5.0/tinycorp/benchmarks/resnet/implementations/tinybox_red/run_and_time.sh