Skip to content

Commit

Permalink
Merge branch 'main' into fix-tools-link
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Anthony authored Oct 31, 2023
2 parents 68dceb0 + e277bc7 commit 2ff807d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/neox_arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Logging Arguments

- **git_hash**: str

Default = 66d0666
Default = 8ebf7c6

current git hash of repository

Expand Down
2 changes: 1 addition & 1 deletion megatron/neox_arguments/neox_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ class NeoXArgsOptimizer(NeoXArgsTemplate):
"adam", "onebitadam", "cpu_adam", "cpu_torch_adam", "sm3", "madgrad_wd", "sgd", "lion"
] = "adam"
"""
Type of optimizer to use. Choose from ['adam', 'onebitadam', 'cpu_adam', 'cpu_torch_adam', 'sm3', 'madgrad_wd', 'sgd']
Type of optimizer to use. Choose from ['adam', 'onebitadam', 'cpu_adam', 'cpu_torch_adam', 'sm3', 'madgrad_wd', 'sgd', 'lion']
NOTE: sgd will use MuSGD from Mup. Mup must be enabled for this optimizer.
"""

Expand Down

0 comments on commit 2ff807d

Please sign in to comment.