Skip to content

Commit 5d1fb30

Browse files
committed
rebase
Signed-off-by: jiang1.li <[email protected]>
1 parent 67702b4 commit 5d1fb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/v1/executor/multiproc_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def _run_workers(self,
129129
:exc:`TimeoutError` on timeout. `None` means wait indefinitely.
130130
args: Positional arguments to pass to the worker method.
131131
kwargs: Keyword arguments to pass to the worker method.
132-
non_block: when non_block=True, this function immediately
132+
non_block: When non_block=True, this function immediately
133133
returns future objects to unblock pipeline.
134134
135135
Return:

0 commit comments

Comments
 (0)