Skip to content

Commit 358c328

Browse files
authored
[BUGFIX] Fix communication test (#2285)
1 parent 4aaafdd commit 358c328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/distributed/test_comm_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import torch
99

1010
from vllm.config import ParallelConfig
11-
from vllm.engine.ray_utils import get_open_port
11+
from vllm.utils import get_open_port
1212
from vllm.model_executor.parallel_utils.communication_op import (
1313
tensor_model_parallel_all_reduce,
1414
tensor_model_parallel_all_gather,

0 commit comments

Comments
 (0)