Skip to content

Commit 8b1b427

Browse files
committed
fix
1 parent bf6bea9 commit 8b1b427

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/trainers/wan_trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,4 +480,4 @@ def loss_fn(params):
480480
metrics = {"scalar": {"learning/eval_loss": loss}}
481481

482482
# Return the computed metrics and the new RNG key for the next eval step
483-
return metrics, new_rng,
483+
return metrics, new_rng

0 commit comments

Comments
 (0)