Unverified Commit 193e78e3 authored by Hyogeun Oh (오효근)'s avatar Hyogeun Oh (오효근) Committed by GitHub
Browse files

[Fix] Documentation spacing in compilation config help text (#17342)


Signed-off-by: default avatarZerohertz <ohg3417@gmail.com>
parent bdb2cdda
...@@ -866,7 +866,7 @@ class EngineArgs: ...@@ -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 '
......
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