From 7c81f9f95ef67dbfc08829b87dfe72657b809e30 Mon Sep 17 00:00:00 2001 From: wozeparrot Date: Sun, 25 May 2025 17:06:21 -0700 Subject: [PATCH] fix: gate mlperf workflow (#10515) --- .github/workflows/mlperf.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mlperf.yml b/.github/workflows/mlperf.yml index c39cf4b396..2965788e24 100644 --- a/.github/workflows/mlperf.yml +++ b/.github/workflows/mlperf.yml @@ -11,6 +11,7 @@ on: jobs: run_script_job: runs-on: [self-hosted, Linux, tinybox] + if: github.repository_owner == 'tinygrad' steps: - name: Checkout Code @@ -21,4 +22,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_red/run_and_time.sh \ No newline at end of file + LOGMLPERF=0 examples/mlperf/training_submission_v5.0/tinycorp/benchmarks/resnet/implementations/tinybox_red/run_and_time.sh