Skip to content

Commit

Permalink
update 1b confoigs
Browse files Browse the repository at this point in the history
  • Loading branch information
samsja committed Dec 10, 2024
1 parent e996e85 commit 8646e14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/1B/H100.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ project = "debug_1B_zero_band"
type_model = "llama2"

[train]
micro_bs = 16
micro_bs = 32
reshard_after_forward = true

[optim]
batch_size = 2048
warmup_steps = 500
batch_size = 1024
warmup_steps = 1000
total_steps = 8192

[optim.optim]
lr = 4e-4
lr = 7e-4

0 comments on commit 8646e14

Please sign in to comment.