Unverified Commit f0584036 authored by fzyzcjy's avatar fzyzcjy Committed by GitHub
Browse files

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

parent c66c7f86
...@@ -632,9 +632,9 @@ class EngineArgs: ...@@ -632,9 +632,9 @@ class EngineArgs:
'--preemption-mode', '--preemption-mode',
type=str, type=str,
default=None, default=None,
help='If \'recompute\', the engine performs preemption by block ' help='If \'recompute\', the engine performs preemption by '
'swapping; If \'swap\', the engine performs preemption by block ' 'recomputing; If \'swap\', the engine performs preemption by '
'swapping.') 'block swapping.')
parser.add_argument( parser.add_argument(
"--served-model-name", "--served-model-name",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment