Skip to content

Commit 08129a9

Browse files
committed
simplify 1b config
1 parent 3387a27 commit 08129a9

File tree

5 files changed

+5
-85
lines changed

5 files changed

+5
-85
lines changed

configs/1B/H100.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ project = "debug_1B_zero_band"
33
type_model = "llama2"
44

55
[train]
6-
micro_bs = 16
6+
micro_bs = 32
7+
reshard_after_forward = true
78

89
[optim]
9-
batch_size = 2048
10+
batch_size = 1024
1011
warmup_steps = 1000
11-
total_steps = 88_000
12-
lr = 4e-4
12+
total_steps = 8192
13+
lr = 7e-4

configs/1B/H100_c4.toml

Lines changed: 0 additions & 15 deletions
This file was deleted.

configs/1B/H100_llama2_edu.toml

Lines changed: 0 additions & 21 deletions
This file was deleted.

configs/1B/H100_llama2_edu_no_feat.toml

Lines changed: 0 additions & 23 deletions
This file was deleted.

configs/1B/H100_llama3.toml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)