Skip to content

Commit c20ebf9

Browse files
fzyzcjyLeiWang1999
authored andcommitted
[Doc] Super tiny fix doc typo (vllm-project#6949)
Signed-off-by: LeiWang1999 <[email protected]>
1 parent 087f6a2 commit c20ebf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vllm/engine/arg_utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -632,9 +632,9 @@ def add_cli_args(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
632632
'--preemption-mode',
633633
type=str,
634634
default=None,
635-
help='If \'recompute\', the engine performs preemption by block '
636-
'swapping; If \'swap\', the engine performs preemption by block '
637-
'swapping.')
635+
help='If \'recompute\', the engine performs preemption by '
636+
'recomputing; If \'swap\', the engine performs preemption by '
637+
'block swapping.')
638638

639639
parser.add_argument(
640640
"--served-model-name",

0 commit comments

Comments
 (0)