[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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,