Skip to content

Commit 3074581

Browse files
agutkinGoogle-ML-Automation
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 872429407
1 parent fcb1580 commit 3074581

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
@@ -415,7 +415,7 @@ def training_loop(self, pipeline, optimizer, learning_rate_scheduler, train_data
415415
max_logging.log(f"Saving final checkpoint for step {step}")
416416
self.checkpointer.save_checkpoint(self.config.max_train_steps - 1, pipeline, state.params)
417417
self.checkpointer.checkpoint_manager.wait_until_finished()
418-
# load new state for trained tranformer
418+
# load new state for trained transformer
419419
pipeline.transformer = nnx.merge(state.graphdef, state.params, state.rest_of_state)
420420
return pipeline
421421

0 commit comments

Comments
 (0)