Skip to content

Commit

Permalink
[BUGFIX] Fix communication test (vllm-project#2285)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuohan123 authored Dec 27, 2023
1 parent 4aaafdd commit 358c328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/distributed/test_comm_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import torch

from vllm.config import ParallelConfig
from vllm.engine.ray_utils import get_open_port
from vllm.utils import get_open_port
from vllm.model_executor.parallel_utils.communication_op import (
tensor_model_parallel_all_reduce,
tensor_model_parallel_all_gather,
Expand Down

0 comments on commit 358c328

Please sign in to comment.