From f05840368335aa9c8184239d3c8bd986e44692f7 Mon Sep 17 00:00:00 2001 From: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com> Date: Wed, 31 Jul 2024 00:14:03 +0800 Subject: [PATCH] [Doc] Super tiny fix doc typo (#6949) --- vllm/engine/arg_utils.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vllm/engine/arg_utils.py b/vllm/engine/arg_utils.py index bad5be49..2737b509 100644 --- a/vllm/engine/arg_utils.py +++ b/vllm/engine/arg_utils.py @@ -632,9 +632,9 @@ class EngineArgs: '--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",