Skip to content

Commit

Permalink
increase batch size for 13B
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Sep 25, 2024
1 parent 84b72c9 commit 7e3ddd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/train/OLMo-13B.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def build_trainer_config(common: CommonComponents) -> TrainerConfig:
return (
TrainerConfig(
save_folder=common.save_folder,
global_batch_size=1024 * 4096,
global_batch_size=2048 * 4096,
rank_microbatch_size=1 * 4096,
autocast_precision=DType.bfloat16,
save_overwrite=True,
Expand Down

0 comments on commit 7e3ddd4

Please sign in to comment.