We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3aca9e commit 6580f87Copy full SHA for 6580f87
vllm/utils/__init__.py
@@ -1888,7 +1888,8 @@ def supports_dynamo() -> bool:
1888
1889
# Supports xccl with PyTorch versions >= 2.8.0 for XPU platform
1890
def supports_xccl() -> bool:
1891
- return is_torch_equal_or_newer("2.8.0") and torch.distributed.is_xccl_available()
+ return is_torch_equal_or_newer(
1892
+ "2.8.0") and torch.distributed.is_xccl_available()
1893
1894
1895
# Some backends use pytorch version < 2.4.0 which doesn't
0 commit comments