Skip to content

Commit c1bc1ac

Browse files
noemotiovonAkshat-Tripathi
authored andcommitted
[Misc]Code Cleanup (vllm-project#13859)
Signed-off-by: noemotiovon <[email protected]> Co-authored-by: noemotiovon <[email protected]>
1 parent cfb690d commit c1bc1ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/executor/ray_distributed_executor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def _init_executor(self) -> None:
9595
self.use_v1 = envs.VLLM_USE_V1
9696

9797
self.pp_locks: Optional[List[asyncio.Lock]] = None
98-
self.use_ray_spmd_worker = envs.VLLM_USE_RAY_SPMD_WORKER
9998
if not self.use_ray_compiled_dag:
10099
self.driver_exec_method = make_async(
101100
self.driver_worker.execute_method)

0 commit comments

Comments
 (0)