[Misc]Code Cleanup (#13859)

Signed-off-by: noemotiovon <noemotiovon@gmail.com>
Co-authored-by: noemotiovon <noemotiovon@gmail.com>
This commit is contained in:
Chenguang Li 2025-02-26 10:44:30 +08:00 committed by GitHub
parent 5629f26df7
commit e1fe7591f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,7 +95,6 @@ class RayDistributedExecutor(DistributedExecutorBase):
self.use_v1 = envs.VLLM_USE_V1
self.pp_locks: Optional[List[asyncio.Lock]] = None
self.use_ray_spmd_worker = envs.VLLM_USE_RAY_SPMD_WORKER
if not self.use_ray_compiled_dag:
self.driver_exec_method = make_async(
self.driver_worker.execute_method)