Skip to content

Commit 85c0c16

Browse files
committed
fix: documentation spacing in compilation config help text
1 parent 17eb306 commit 85c0c16

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
@@ -874,7 +874,7 @@ def add_cli_args(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
874874
'-O',
875875
type=CompilationConfig.from_cli,
876876
default=None,
877-
help='torch.compile configuration for the model.'
877+
help='torch.compile configuration for the model. '
878878
'When it is a number (0, 1, 2, 3), it will be '
879879
'interpreted as the optimization level.\n'
880880
'NOTE: level 0 is the default level without '

0 commit comments

Comments
 (0)