mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-21 01:13:07 +00:00
Merge 3de9b42f55
into 46ed5d856b
This commit is contained in:
commit
e8fc94bfc5
@ -27,7 +27,7 @@ def run_on_host(
|
|||||||
|
|
||||||
fab_conn = fabric.Connection(hostinfo.hostname, port=hostinfo.port)
|
fab_conn = fabric.Connection(hostinfo.hostname, port=hostinfo.port)
|
||||||
finish = False
|
finish = False
|
||||||
env_msg = " ".join([f'{k}="{v}"' for k, v in env.items()])
|
env_msg = " ".join([f"{k}='{v}'" for k, v in env.items()])
|
||||||
|
|
||||||
# keep listening until exit
|
# keep listening until exit
|
||||||
while not finish:
|
while not finish:
|
||||||
|
Loading…
Reference in New Issue
Block a user