mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-15 04:45:01 +08:00
[Fix] Documentation spacing in compilation config help text (#17342)
Signed-off-by: Zerohertz <ohg3417@gmail.com>
This commit is contained in:
parent
bdb2cddafc
commit
193e78e35d
@ -866,7 +866,7 @@ class EngineArgs:
|
|||||||
'-O',
|
'-O',
|
||||||
type=CompilationConfig.from_cli,
|
type=CompilationConfig.from_cli,
|
||||||
default=None,
|
default=None,
|
||||||
help='torch.compile configuration for the model.'
|
help='torch.compile configuration for the model. '
|
||||||
'When it is a number (0, 1, 2, 3), it will be '
|
'When it is a number (0, 1, 2, 3), it will be '
|
||||||
'interpreted as the optimization level.\n'
|
'interpreted as the optimization level.\n'
|
||||||
'NOTE: level 0 is the default level without '
|
'NOTE: level 0 is the default level without '
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user