Skip to content

Commit

Permalink
Revert batch size increase
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Jun 24, 2024
1 parent 4d4ea62 commit ca41349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ train:
compile_mode: "reduce-overhead"
float32_matmul_precision: "high"
total_timesteps: 100_000_000_000
batch_size: 131072 # 65536
batch_size: 65536
minibatch_size: 2048
learning_rate: 2.0e-4
anneal_lr: False
Expand Down

0 comments on commit ca41349

Please sign in to comment.