We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c418ca commit 3fe481fCopy full SHA for 3fe481f
vllm/executor/mp_distributed_executor.py
@@ -103,7 +103,7 @@ def _init_executor(self) -> None:
103
# Set up signal handlers to shutdown the executor cleanly
104
# sometimes gc does not work well
105
106
- self.driver_worker = WorkerWrapperBase(self.vllm_config, 0)
+ self.driver_worker = WorkerWrapperBase(self.vllm_config)
107
108
all_kwargs = []
109
distributed_init_method = get_distributed_init_method(
0 commit comments