Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Zhang <jiemingz@nvidia.com>
  • Loading branch information
jiemingz committed Aug 13, 2024
1 parent 5f2b78b commit 9b83695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nlp/language_modeling/megatron_gpt_pretraining.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def main(cfg) -> None:
# Start new pretraining or resume from a checkpoint if it exists
else:
model = MegatronGPTModel(cfg.model, trainer)

trainer.fit(model)


Expand Down

0 comments on commit 9b83695

Please sign in to comment.