Commit ce5b3c9a authored by zhuwenwen's avatar zhuwenwen
Browse files

remove log info

parent 06ada31d
...@@ -742,7 +742,7 @@ class P2pNcclEngine: ...@@ -742,7 +742,7 @@ class P2pNcclEngine:
"pd_pair_id": remote_address.pd_pair_id, "pd_pair_id": remote_address.pd_pair_id,
"comm_rank": rank "comm_rank": rank
} }
logger.info(f"""_send_sync_new:{data}""") # logger.info(f"""_send_sync_new:{data}""")
sock.send(msgpack.dumps(data)) sock.send(msgpack.dumps(data))
response = sock.recv() response = sock.recv()
...@@ -981,4 +981,4 @@ class P2pNcclEngine: ...@@ -981,4 +981,4 @@ class P2pNcclEngine:
return ip, port return ip, port
raise ValueError( raise ValueError(
f"Request id {request_id} does not contain hostname and port") f"Request id {request_id} does not contain hostname and port")
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment