Skip to content

Commit

Permalink
Add all transforms to train script (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg authored Jun 23, 2024
1 parent 2196d07 commit 8b5a1bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/train/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
make_dataclass_and_log_config,
pop_config,
process_init_device,
update_batch_size_info,
)
from llmfoundry.utils.exceptions import (
BaseContextualError,
Expand Down Expand Up @@ -197,7 +196,7 @@ def main(cfg: DictConfig) -> Trainer:
cfg,
TrainConfig,
TRAIN_CONFIG_KEYS,
transforms=[update_batch_size_info],
transforms='all',
)

# Set logging level
Expand Down

0 comments on commit 8b5a1bb

Please sign in to comment.