Skip to content

Commit

Permalink
add account to Deepspeed args
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyschoelkopf authored Jan 19, 2024
1 parent 90f70ff commit 2404145
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion megatron/neox_arguments/deepspeed_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,5 +358,10 @@ class NeoXArgsDeepspeedRunner(NeoXArgsTemplate):

comment: str = None
"""
Adds a `--comment` to the DeepSpeed launch command. In DeeperSpeed this is passed on to the SlurmLauncher as well. Sometime necessary for cluster rules, or so I've heard.
Adds a `--comment` to the DeepSpeed launch command. In DeeperSpeed this is passed on to the SlurmLauncher as well. Sometimes necessary for cluster rules, or so I've heard.
"""

account: str = None
"""
Adds a `--account` to the DeepSpeed launch command. In DeeperSpeed this is passed on to the SlurmLauncher as well. Sometimes necessary for cluster rules, or so I've heard.
"""

0 comments on commit 2404145

Please sign in to comment.