diff --git a/.github/workflows/mlperf.yml b/.github/workflows/mlperf.yml index 2965788e24..8509134ff9 100644 --- a/.github/workflows/mlperf.yml +++ b/.github/workflows/mlperf.yml @@ -22,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 + BENCHMARK_LOG=mlpert_train_resnet LOGMLPERF=0 examples/mlperf/training_submission_v5.0/tinycorp/benchmarks/resnet/implementations/tinybox_red/run_and_time.sh