Skip to content

Commit

Permalink
[EZ][405B] Use scientific notation for 405B model lr (pytorch#504)
Browse files Browse the repository at this point in the history
As title, use `8e-5` rather than `0.8e-4`.
  • Loading branch information
fduwjj authored Aug 5, 2024
1 parent b853395 commit 56dc4df
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 56dc4df

Please sign in to comment.