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
4d4d6bad
Unverified
Commit
4d4d6bad
authored
Oct 17, 2025
by
Cyrus Leung
Committed by
GitHub
Oct 17, 2025
Browse files
[Chore] Separate out `vllm.utils.importlib` (#27022)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
11ae016b
Changes
41
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/v1/worker/worker_base.py
vllm/v1/worker/worker_base.py
+1
-1
No files found.
vllm/v1/worker/worker_base.py
View file @
4d4d6bad
...
@@ -15,11 +15,11 @@ from vllm.multimodal import MULTIMODAL_REGISTRY
...
@@ -15,11 +15,11 @@ from vllm.multimodal import MULTIMODAL_REGISTRY
from
vllm.multimodal.cache
import
worker_receiver_cache_from_config
from
vllm.multimodal.cache
import
worker_receiver_cache_from_config
from
vllm.utils
import
(
from
vllm.utils
import
(
enable_trace_function_call_for_thread
,
enable_trace_function_call_for_thread
,
resolve_obj_by_qualname
,
run_method
,
run_method
,
update_environment_variables
,
update_environment_variables
,
warn_for_unimplemented_methods
,
warn_for_unimplemented_methods
,
)
)
from
vllm.utils.import_utils
import
resolve_obj_by_qualname
from
vllm.v1.kv_cache_interface
import
KVCacheSpec
from
vllm.v1.kv_cache_interface
import
KVCacheSpec
if
TYPE_CHECKING
:
if
TYPE_CHECKING
:
...
...
Prev
1
2
3
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