[Chore] Separate out vllm.utils.collections (#26990)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung
2025-10-16 16:35:35 +08:00
committed by GitHub
parent 17838e50ef
commit d2740fafbf
29 changed files with 218 additions and 184 deletions

View File

@@ -17,7 +17,7 @@ from vllm.logger import init_logger
from vllm.model_executor.custom_op import CustomOp
from vllm.model_executor.utils import set_weight_attrs
from vllm.platforms import current_platform
from vllm.utils import LazyDict
from vllm.utils.collections import LazyDict
logger = init_logger(__name__)