Skip to content

Commit

Permalink
update short configs
Browse files Browse the repository at this point in the history
  • Loading branch information
samsja committed Dec 5, 2024
1 parent f79125e commit 1492720
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/150M_short/H100.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ type_model = "llama2"

[train]
micro_bs = 64 # change this base on the gpu
reshard_after_forward = true

[optim]
batch_size = 512
warmup_steps = 1000
total_steps = 15_000
total_steps = 8192

[optim.optim]
lr = 4e-4

0 comments on commit 1492720

Please sign in to comment.