[Doc] Super tiny fix doc typo (#6949)

This commit is contained in:
fzyzcjy
2024-07-30 09:14:03 -07:00
committed by GitHub
parent c66c7f86ac
commit f058403683
+3 -3
View File
@@ -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",