Skip to content

Commit 4686b2e

Browse files
committed
Remove mlperf logging
Signed-off-by: Kunjan patel <kunjanp@google.com>
1 parent af34549 commit 4686b2e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/maxdiffusion/train_flux.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818

1919
import jax
2020
from absl import app
21-
from maxdiffusion import (max_logging, pyconfig)
21+
from maxdiffusion import (
22+
max_logging,
23+
pyconfig,
24+
)
2225

2326
from maxdiffusion.train_utils import (
2427
validate_train_config,

0 commit comments

Comments
 (0)