Skip to content

Commit

Permalink
Update on "[do not review][example] train.py without pp"
Browse files Browse the repository at this point in the history
The LoC of `train.py` drops from 422 to 349 (saves ~17%)

[ghstack-poisoned]
  • Loading branch information
tianyu-l committed Aug 5, 2024
2 parents 403b68b + 3e9e385 commit d69eb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train_configs/llama3_405b.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tokenizer_path = "./torchtitan/datasets/tokenizer/original/tokenizer.model"

[optimizer]
name = "AdamW"
lr = 0.8e-4
lr = 8e-5

[training]
batch_size = 2
Expand Down

0 comments on commit d69eb22

Please sign in to comment.