Skip to content

Commit

Permalink
fix 1b batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
samsja committed Sep 28, 2024
1 parent a27617a commit 55e0b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/1B/H100.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ micro_bs = 16
sharding_strategy = "SHARD_GRAD_OP"

[optim]
batch_size = 512
batch_size = 2048
warmup_steps = 1000
total_steps = 88_000
lr = 4e-4

0 comments on commit 55e0b71

Please sign in to comment.