[Chore] Rename utils submodules (#26920)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung
2025-10-16 11:58:13 +08:00
committed by GitHub
parent 509cdc0370
commit f6cdc9a02f
24 changed files with 28 additions and 24 deletions

View File

@@ -17,7 +17,7 @@ from vllm.logger import init_logger
from vllm.lora.request import LoRARequest
from vllm.sequence import ExecuteModelRequest
from vllm.tasks import SupportedTask
from vllm.utils.async_utils import make_async
from vllm.utils.asyncio import make_async
from vllm.v1.outputs import SamplerOutput
from vllm.v1.worker.worker_base import WorkerBase

View File

@@ -24,7 +24,7 @@ from vllm.utils import (
get_ip,
get_open_port,
)
from vllm.utils.async_utils import make_async
from vllm.utils.asyncio import make_async
from vllm.v1.outputs import SamplerOutput
if ray is not None: