Skip to content

Commit

Permalink
decrease mbz
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Nov 19, 2024
1 parent 072893a commit a24e58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/train/nGPT-1B.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def build_trainer_config(common: CommonComponents) -> TrainerConfig:
return (
TrainerConfig(
save_folder=common.save_folder,
rank_microbatch_size=8 * 4096,
rank_microbatch_size=4 * 4096, # TODO: can we increase this?
save_overwrite=True,
metrics_collect_interval=10,
cancel_check_interval=1,
Expand Down

0 comments on commit a24e58c

Please sign in to comment.