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 087f6a2 commit c20ebf9Copy full SHA for c20ebf9
vllm/engine/arg_utils.py
@@ -632,9 +632,9 @@ def add_cli_args(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
632
'--preemption-mode',
633
type=str,
634
default=None,
635
- help='If \'recompute\', the engine performs preemption by block '
636
- 'swapping; If \'swap\', the engine performs preemption by block '
637
- 'swapping.')
+ help='If \'recompute\', the engine performs preemption by '
+ 'recomputing; If \'swap\', the engine performs preemption by '
+ 'block swapping.')
638
639
parser.add_argument(
640
"--served-model-name",
0 commit comments