From 68e59eb3f5fe69107075d1f1f04a1cc4d5f566f8 Mon Sep 17 00:00:00 2001 From: chenyu Date: Sat, 28 Sep 2024 21:45:37 -0400 Subject: [PATCH] update mlperf-logging to 4.1.0-rc3 (#6796) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92f1485a..c0d6762f 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup(name='tinygrad', "ruff", "types-tqdm", ], - #'mlperf': ["mlperf-logging @ git+https://github.com/mlperf/logging.git@4.0.0-rc2"], + #'mlperf': ["mlperf-logging @ git+https://github.com/mlperf/logging.git@4.1.0-rc3"], 'testing': [ "numpy", "torch",