Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
albertz committed Nov 27, 2023
1 parent 2b0d181 commit 208598a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions users/zeyer/experiments/exp2023_04_25_rf/rz.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ def py():
config_deletes=["torch_amp"],
gpu_mem=16,
)
train_exp(
"base-24gb-v4-f32-bs20k-accgrad4",
config_24gb_v4,
config_updates={
"batch_size": 20_000 * _batch_size_factor,
"accum_grad_multiple_step": 4,
"torch_distributed": {},
},
config_deletes=["torch_amp"],
gpu_mem=16,
num_processes=2,
)
train_exp(
"base-24gb-v4-f32-bs20k-accgrad2",
config_24gb_v4,
Expand Down

0 comments on commit 208598a

Please sign in to comment.