mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
fix: gate mlperf workflow (#10515)
This commit is contained in:
3
.github/workflows/mlperf.yml
vendored
3
.github/workflows/mlperf.yml
vendored
@@ -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
|
||||
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