hotfix: BenchEvent MLPERF_RUN is mlperf_run (#10526)

This commit is contained in:
chenyu
2025-05-26 20:19:37 -04:00
committed by GitHub
parent c29c46853f
commit 76eb130d8c

View File

@@ -15,7 +15,7 @@ class BenchEvent(Enum):
STEP = "step"
FULL = "full"
MLPERF_INIT = "mlperf_init"
MLPERF_RUN = "mlperf_setup"
MLPERF_RUN = "mlperf_run"
class InstantBenchEvent(Enum):
GFLOPS = "gflops"