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

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung
2025-10-17 08:48:59 +08:00
committed by GitHub
parent 11ae016bd7
commit 4d4d6bad19
41 changed files with 417 additions and 391 deletions

View File

@@ -41,7 +41,8 @@ from vllm.transformers_utils.config import (
)
from vllm.transformers_utils.runai_utils import ObjectStorageModel, is_runai_obj_uri
from vllm.transformers_utils.utils import maybe_model_redirect
from vllm.utils import LayerBlockType, LazyLoader, common_broadcastable_dtype
from vllm.utils import LayerBlockType, common_broadcastable_dtype
from vllm.utils.import_utils import LazyLoader
if TYPE_CHECKING:
from transformers import PretrainedConfig