Skip to content

Commit

Permalink
Update deepspeed/launcher/runner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwyattii authored Dec 14, 2023
1 parent 66c5656 commit 0b524fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deepspeed/launcher/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,6 @@ def main(args=None):
cmd, kill_cmd, env = runner.get_cmd(env, active_resources)
else:
cmd = runner.get_cmd(env, active_resources)
print(cmd)

logger.info(f"cmd = {' '.join(cmd)}")
result = subprocess.Popen(cmd, env=env)
Expand Down

0 comments on commit 0b524fe

Please sign in to comment.