Unverified Commit e1fe7591 authored by Chenguang Li's avatar Chenguang Li Committed by GitHub
Browse files

[Misc]Code Cleanup (#13859)


Signed-off-by: default avatarnoemotiovon <noemotiovon@gmail.com>
Co-authored-by: default avatarnoemotiovon <noemotiovon@gmail.com>
parent 5629f26d
...@@ -95,7 +95,6 @@ class RayDistributedExecutor(DistributedExecutorBase): ...@@ -95,7 +95,6 @@ class RayDistributedExecutor(DistributedExecutorBase):
self.use_v1 = envs.VLLM_USE_V1 self.use_v1 = envs.VLLM_USE_V1
self.pp_locks: Optional[List[asyncio.Lock]] = None 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: if not self.use_ray_compiled_dag:
self.driver_exec_method = make_async( self.driver_exec_method = make_async(
self.driver_worker.execute_method) self.driver_worker.execute_method)
......
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