Skip to content

Commit 1d20c34

Browse files
ilmarkovilmarkovyewentao256
authored
[CI] Fix tests/distributed/test_ca_buffer_sharing.py (#22849)
Signed-off-by: ilmarkov <[email protected]> Co-authored-by: ilmarkov <[email protected]> Co-authored-by: Wentao Ye <[email protected]>
1 parent b6af24f commit 1d20c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/distributed/device_communicators/custom_all_reduce.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def create_shared_buffer(size_in_bytes: int,
297297
@staticmethod
298298
def free_shared_buffer(pointers: list[int],
299299
group: Optional[ProcessGroup] = None,
300-
rank: Optional[int] = 0) -> None:
300+
rank: Optional[int] = None) -> None:
301301
if rank is None:
302302
rank = dist.get_rank(group=group)
303303
if ops is not None:

0 commit comments

Comments
 (0)