Skip to content

Commit

Permalink
Update launch.py
Browse files Browse the repository at this point in the history
im stupid
  • Loading branch information
ruipeterpan authored Jan 18, 2021
1 parent 18027f2 commit 46f7dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def worker(local_rank, local_size, command, allocation=None):

def launch_bps():
curr_time = datetime.now().strftime("%H:%M:%S")
print(f"[{curr_time}] BytePS launching {os.environ["DMLC_ROLE"]}")
print(curr_time + " BytePS launching " + os.environ["DMLC_ROLE"])
sys.stdout.flush()
check_env()
if os.environ["DMLC_ROLE"] == "worker":
Expand Down

0 comments on commit 46f7dde

Please sign in to comment.