mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 06:58:11 -05:00
run mlperf resnet on red box (#10413)
also made push to `update_mlperf` branch trigger
This commit is contained in:
7
.github/workflows/mlperf.yml
vendored
7
.github/workflows/mlperf.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user