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

Signed-off-by: Zerohertz <ohg3417@gmail.com>
This commit is contained in:
Hyogeun Oh (오효근) 2025-04-29 16:16:17 +09:00 committed by GitHub
parent bdb2cddafc
commit 193e78e35d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -866,7 +866,7 @@ class EngineArgs:
'-O',
type=CompilationConfig.from_cli,
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 '
'interpreted as the optimization level.\n'
'NOTE: level 0 is the default level without '