Unverified Commit 4d4d6bad authored by Cyrus Leung's avatar Cyrus Leung Committed by GitHub
Browse files

[Chore] Separate out `vllm.utils.importlib` (#27022)


Signed-off-by: default avatarDarkLight1337 <tlleungac@connect.ust.hk>
parent 11ae016b
...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment