Skip to content

Commit 38a7be4

Browse files
committed
rm hack from #19034
Signed-off-by: Tyler Michael Smith <tysmith@redhat.com>
1 parent c528147 commit 38a7be4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

vllm/distributed/device_communicators/all2all.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ def __init__(self, cpu_group):
8484
assert has_pplx, "pplx_kernels not found. Please follow https://github.com/vllm-project/vllm/blob/main/tools/ep_kernels/README.md to install pplx_kernels." # noqa
8585
super().__init__(cpu_group)
8686

87-
# TODO(tms): Disable pplx-a2a intranode as it fails with the error:
88-
# failed: cuda error /app/pplx/csrc/all_to_all/intranode.cpp:84 'invalid resource handle' # noqa
89-
self.internode = True
90-
9187
if self.internode:
9288
# inter-node communication needs nvshmem,
9389
# intra-node communication uses p2p mapping directly

0 commit comments

Comments
 (0)