Skip to content

Commit 5e45b77

Browse files
Zerohertzjimpang
authored and
jimpang
committed
[Fix] Documentation spacing in compilation config help text (vllm-project#17342)
Signed-off-by: Zerohertz <[email protected]>
1 parent ebdf71f commit 5e45b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/engine/arg_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ def add_cli_args(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
866866
'-O',
867867
type=CompilationConfig.from_cli,
868868
default=None,
869-
help='torch.compile configuration for the model.'
869+
help='torch.compile configuration for the model. '
870870
'When it is a number (0, 1, 2, 3), it will be '
871871
'interpreted as the optimization level.\n'
872872
'NOTE: level 0 is the default level without '

0 commit comments

Comments
 (0)