Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
f6cdc9a0
Unverified
Commit
f6cdc9a0
authored
Oct 16, 2025
by
Cyrus Leung
Committed by
GitHub
Oct 16, 2025
Browse files
[Chore] Rename `utils` submodules (#26920)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
509cdc03
Changes
24
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
vllm/utils/asyncio.py
vllm/utils/asyncio.py
+5
-1
vllm/utils/functools.py
vllm/utils/functools.py
+0
-0
vllm/v1/engine/async_llm.py
vllm/v1/engine/async_llm.py
+2
-2
vllm/v1/engine/core_client.py
vllm/v1/engine/core_client.py
+1
-1
No files found.
vllm/utils/async
_utils
.py
→
vllm/utils/async
io
.py
View file @
f6cdc9a0
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
"""Contains helpers related to asynchronous code."""
"""
Contains helpers related to asynchronous code.
This is similar in concept to the `asyncio` module.
"""
import
asyncio
import
asyncio
import
contextlib
import
contextlib
...
...
vllm/utils/func.py
→
vllm/utils/func
tools
.py
View file @
f6cdc9a0
File moved
vllm/v1/engine/async_llm.py
View file @
f6cdc9a0
...
@@ -30,8 +30,8 @@ from vllm.transformers_utils.config import maybe_register_config_serialize_by_va
...
@@ -30,8 +30,8 @@ from vllm.transformers_utils.config import maybe_register_config_serialize_by_va
from
vllm.transformers_utils.tokenizer
import
AnyTokenizer
,
init_tokenizer_from_configs
from
vllm.transformers_utils.tokenizer
import
AnyTokenizer
,
init_tokenizer_from_configs
from
vllm.usage.usage_lib
import
UsageContext
from
vllm.usage.usage_lib
import
UsageContext
from
vllm.utils
import
Device
,
as_list
,
cdiv
from
vllm.utils
import
Device
,
as_list
,
cdiv
from
vllm.utils.async
_utils
import
cancel_task_threadsafe
from
vllm.utils.async
io
import
cancel_task_threadsafe
from
vllm.utils.func
import
deprecate_kwargs
from
vllm.utils.func
tools
import
deprecate_kwargs
from
vllm.v1.engine
import
EngineCoreRequest
from
vllm.v1.engine
import
EngineCoreRequest
from
vllm.v1.engine.core_client
import
EngineCoreClient
from
vllm.v1.engine.core_client
import
EngineCoreClient
from
vllm.v1.engine.exceptions
import
EngineDeadError
,
EngineGenerateError
from
vllm.v1.engine.exceptions
import
EngineDeadError
,
EngineGenerateError
...
...
vllm/v1/engine/core_client.py
View file @
f6cdc9a0
...
@@ -29,7 +29,7 @@ from vllm.utils import (
...
@@ -29,7 +29,7 @@ from vllm.utils import (
get_open_zmq_inproc_path
,
get_open_zmq_inproc_path
,
make_zmq_socket
,
make_zmq_socket
,
)
)
from
vllm.utils.async
_utils
import
in_loop
from
vllm.utils.async
io
import
in_loop
from
vllm.v1.engine
import
(
from
vllm.v1.engine
import
(
EngineCoreOutputs
,
EngineCoreOutputs
,
EngineCoreRequest
,
EngineCoreRequest
,
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment