diff --git a/vllm/v1/executor/ray_executor_v2.py b/vllm/v1/executor/ray_executor_v2.py index 255bcb5fc..0665b5fc1 100644 --- a/vllm/v1/executor/ray_executor_v2.py +++ b/vllm/v1/executor/ray_executor_v2.py @@ -420,7 +420,7 @@ class RayExecutorV2(MultiprocExecutor): for response_mq in self.response_mqs: response_mq.wait_until_ready() - self.futures_queue = deque[tuple[FutureWrapper, Any]]() + self.futures_queue = deque[FutureWrapper]() self._post_init_executor() self.start_worker_monitor()