Skip to content

Commit

Permalink
Merge pull request #579 from MLgdg/main
Browse files Browse the repository at this point in the history
Fix FSDP typo in training log
  • Loading branch information
2015aroras committed May 23, 2024
2 parents 652c745 + 96fb8a1 commit eafd154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def main(cfg: TrainConfig) -> None:
olmo_model.set_activation_checkpointing(cfg.activation_checkpointing)

# Wrap the model in FSDP.
log.info("Wrapping model with FDSP...")
log.info("Wrapping model with FSDP...")
wrap_policy = olmo_model.get_fsdp_wrap_policy(cfg.fsdp.wrapping_strategy)

if version.parse(torch.__version__) >= version.parse("2.1.0"):
Expand Down

0 comments on commit eafd154

Please sign in to comment.