Skip to content

Commit 08f4e0f

Browse files
committed
pplx: forward combine async handle call
1 parent 9659dbb commit 08f4e0f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

vllm/distributed/device_communicators/all2all.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,9 @@ def __init__(
562562
def dispatch_async(self, **kwargs):
563563
return self.kernel.dispatch_async(**kwargs)
564564

565+
def combine_async(self, **kwargs):
566+
return self.kernel.combine_async(**kwargs)
567+
565568
def destroy(self) -> None:
566569
self.kernel.destroy()
567570
if self.node_group is not None:

0 commit comments

Comments
 (0)