mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-06 21:53:53 -05:00
hotfix: BenchEvent MLPERF_RUN is mlperf_run (#10526)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user