From e1fe7591f222753e101487e8032c2e08a5f07d61 Mon Sep 17 00:00:00 2001 From: Chenguang Li <757486878@qq.com> Date: Wed, 26 Feb 2025 10:44:30 +0800 Subject: [PATCH] [Misc]Code Cleanup (#13859) Signed-off-by: noemotiovon Co-authored-by: noemotiovon --- vllm/executor/ray_distributed_executor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vllm/executor/ray_distributed_executor.py b/vllm/executor/ray_distributed_executor.py index bcad274bab49..2908fefc8e7e 100644 --- a/vllm/executor/ray_distributed_executor.py +++ b/vllm/executor/ray_distributed_executor.py @@ -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)