Skip to content

Commit

Permalink
Merge branch 'main' of github.com:EleutherAI/gpt-neox into k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
leogao2 committed Jan 23, 2021
2 parents 6e9b3a8 + 86b7f31 commit a0b4748
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/deepspeed_zero1.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "OneBitAdam",
"params": {
"lr": 2e-4,
"freeze_step":2,
"cuda-aware":true
"freeze_step":2,
"cuda-aware":true
}
},
"scheduler": {
Expand Down
1 change: 1 addition & 0 deletions configs/deepspeed_zero2.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"lr": 2e-4,
"freeze_step":2,
"cuda-aware":true
}
},
"scheduler": {
"type": "WarmupLR",
Expand Down

0 comments on commit a0b4748

Please sign in to comment.