Unverified Commit 9af7b88e authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

[Fix] Fix abort in dp (#1767)

parent fbcbb263
......@@ -156,7 +156,7 @@ class DataParallelController:
else:
# Send other control messages to all workers
for worker in self.workers:
worker.queue.put(recv_req)
worker.send_pyobj(recv_req)
def run_data_parallel_controller_process(
......
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