Skip to content

Commit

Permalink
Disable ibv in rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
LiSu committed Nov 6, 2023
1 parent 7b9e175 commit 3138546
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graphlearn_torch/python/distributed/rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ def init_rpc(master_addr: str,
raise RuntimeError("'init_rpc': Distributed context has not been set.")

options = rpc.TensorPipeRpcBackendOptions(
_transports=['ibv', 'uv'],
# _transports=['ibv', 'uv'],
_transports=['uv'],
_channels=['mpt_uv', 'basic'],
num_worker_threads=num_rpc_threads,
rpc_timeout=rpc_timeout,
Expand Down

0 comments on commit 3138546

Please sign in to comment.