Skip to content

Commit e7da8a0

Browse files
authored
lint
1 parent 173ba88 commit e7da8a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vllm/distributed/device_communicators/cuda_communicator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ def __init__(
7979
CustomAllreduce as AITERCustomAllreduce,
8080
)
8181

82-
logger.info("Using aiter.dist.device_communicators.custom_all_reduce
83-
for ROCm platform"
82+
logger.info("""Using aiter.dist.device_communicators.custom_all_reduce
83+
for ROCm platform"""
8484
)
8585
else:
8686
from vllm.distributed.device_communicators.custom_all_reduce import ( # noqa: E501

0 commit comments

Comments
 (0)