Skip to content

Commit 7fce8bb

Browse files
authored
Unbreak torch/distributed/rpc/batch (#1386)
* More RPC examples * update
1 parent 1a24d26 commit 7fce8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distributed/rpc/batch/parameter_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def run(rank, world_size):
129129

130130
options=rpc.TensorPipeRpcBackendOptions(
131131
num_worker_threads=16,
132-
rpc_timeout=60 # 60 second timeout instead of infinite
132+
rpc_timeout=60
133133
)
134134
if rank != 0:
135135
rpc.init_rpc(

0 commit comments

Comments
 (0)