Skip to content

Commit

Permalink
set zero3 optimizer betas to auto so they inherit from HF trainer con…
Browse files Browse the repository at this point in the history
…fig (#507)
  • Loading branch information
tmm1 authored Aug 30, 2023
1 parent 7657632 commit 1e07c16
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions deepspeed/zero3.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@
"type": "AdamW",
"params": {
"lr": "auto",
"betas": [
0.9,
0.95
],
"betas": "auto",
"eps": 1e-8,
"weight_decay": "auto"
}
Expand Down

0 comments on commit 1e07c16

Please sign in to comment.