Skip to content

Commit

Permalink
[Doc] Super tiny fix doc typo (#6949)
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy authored Jul 30, 2024
1 parent c66c7f8 commit f058403
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vllm/engine/arg_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,9 +632,9 @@ def add_cli_args(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
'--preemption-mode',
type=str,
default=None,
help='If \'recompute\', the engine performs preemption by block '
'swapping; If \'swap\', the engine performs preemption by block '
'swapping.')
help='If \'recompute\', the engine performs preemption by '
'recomputing; If \'swap\', the engine performs preemption by '
'block swapping.')

parser.add_argument(
"--served-model-name",
Expand Down

0 comments on commit f058403

Please sign in to comment.