Skip to content

Commit

Permalink
pc
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Oct 16, 2024
1 parent 78fa9a9 commit d9dbf43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llmfoundry/command_utils/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,8 @@ def train(cfg: DictConfig) -> Trainer:
profiler=profiler,
compile_config=compile_config,
spin_dataloaders=train_cfg.spin_dataloaders,
accumulate_train_batch_on_tokens=train_cfg.accumulate_train_batch_on_tokens,
accumulate_train_batch_on_tokens=train_cfg.
accumulate_train_batch_on_tokens,
)

_sort_callbacks(trainer)
Expand Down

0 comments on commit d9dbf43

Please sign in to comment.