mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-14 02:24:58 +08:00
[Doc] Super tiny fix doc typo (#6949)
This commit is contained in:
parent
c66c7f86ac
commit
f058403683
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user