Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/MaxText/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def train_loop(config, recorder, state=None):
max_utils.print_compiled_memory_stats(compiled_stats)

start_step = get_first_step(state) # this is the start_step for training
prof = profiler.Profiler(config, offset_step=start_step)
prof = profiler.Profiler(config, offset_step=start_step, )
metric_logger = MetricLogger(config=config, learning_rate_schedule=learning_rate_schedule)

# Write train config params, num model params, and XLA flags to tensorboard
Expand Down
Loading