Skip to content

Commit

Permalink
add slurm label
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Anthony committed Mar 28, 2023
1 parent a9d0263 commit 37f25c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deepspeed/launcher/multinode_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ def get_cmd(self, environment, active_resources):
'srun',
'-n',
f'{total_process_count}',
'--label',
] + split(self.args.launcher_args)

if getattr(self.args, 'slurm_comment', ''):
Expand Down

0 comments on commit 37f25c1

Please sign in to comment.