From 46f7dde30ea9c65f18e0328f2f0db4304326f391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rui=20Pan=20=E6=BD=98=E7=91=9E?= Date: Mon, 18 Jan 2021 13:49:37 -0600 Subject: [PATCH] Update launch.py im stupid --- launcher/launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/launch.py b/launcher/launch.py index d6100fb45..179184e3c 100644 --- a/launcher/launch.py +++ b/launcher/launch.py @@ -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":