[V0 Deprecation] Remove vllm.worker and update according imports (#25901)

Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
Aaron Pham
2025-09-29 19:26:11 -04:00
committed by yewentao256
parent 09b01cd395
commit 97f1312f8c
11 changed files with 276 additions and 327 deletions

View File

@ -10,7 +10,7 @@ from vllm.model_executor.model_loader import tensorizer as tensorizer_mod
from vllm.model_executor.model_loader.tensorizer import TensorizerConfig
from vllm.utils import get_distributed_init_method, get_ip, get_open_port
from vllm.v1.executor.abstract import UniProcExecutor
from vllm.worker.worker_base import WorkerWrapperBase
from vllm.v1.worker.worker_base import WorkerWrapperBase
MODEL_REF = "facebook/opt-125m"