[BUGFIX] Fix communication test (#2285)

This commit is contained in:
Zhuohan Li
2023-12-28 06:18:11 +08:00
committed by GitHub
parent 4aaafdd289
commit 358c328d69

View File

@ -8,7 +8,7 @@ import pytest
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,