Skip to content

Commit 3fe481f

Browse files
committed
fix other references
Signed-off-by: yangli5t <yangli5t@users.noreply.github.com>
1 parent 7c418ca commit 3fe481f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/executor/mp_distributed_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def _init_executor(self) -> None:
103103
# Set up signal handlers to shutdown the executor cleanly
104104
# sometimes gc does not work well
105105

106-
self.driver_worker = WorkerWrapperBase(self.vllm_config, 0)
106+
self.driver_worker = WorkerWrapperBase(self.vllm_config)
107107

108108
all_kwargs = []
109109
distributed_init_method = get_distributed_init_method(

0 commit comments

Comments
 (0)