From 2eeea373afd213e9217501c66726922d55875bdf Mon Sep 17 00:00:00 2001 From: chenyu Date: Sun, 25 May 2025 22:00:29 -0400 Subject: [PATCH] add BENCHMARK_LOG for mlperf resnet cron (#10516) --- .github/workflows/mlperf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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