Skip to content

Commit

Permalink
tag and timestamp the output
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Anthony committed Mar 28, 2023
1 parent 592d346 commit a9d0263
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deepspeed/launcher/multinode_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ def get_cmd(self, environment, active_resources):
'--mca',
'plm',
'^slurm',
'--mca',
'--tag-output',
'--timestamp-output',
] + split(self.args.launcher_args)

export_cmd = []
Expand Down

0 comments on commit a9d0263

Please sign in to comment.