Skip to content

Commit

Permalink
simplify 1b config (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsja authored Dec 21, 2024
1 parent 3387a27 commit 163ddb8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 85 deletions.
9 changes: 5 additions & 4 deletions configs/1B/H100.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ project = "debug_1B_zero_band"
type_model = "llama2"

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

[optim]
batch_size = 2048
batch_size = 1024
warmup_steps = 1000
total_steps = 88_000
lr = 4e-4
total_steps = 8192
lr = 7e-4
15 changes: 0 additions & 15 deletions configs/1B/H100_c4.toml

This file was deleted.

21 changes: 0 additions & 21 deletions configs/1B/H100_llama2_edu.toml

This file was deleted.

23 changes: 0 additions & 23 deletions configs/1B/H100_llama2_edu_no_feat.toml

This file was deleted.

22 changes: 0 additions & 22 deletions configs/1B/H100_llama3.toml

This file was deleted.

0 comments on commit 163ddb8

Please sign in to comment.