Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
193e78e3
Unverified
Commit
193e78e3
authored
Apr 29, 2025
by
Hyogeun Oh (오효근)
Committed by
GitHub
Apr 29, 2025
Browse files
[Fix] Documentation spacing in compilation config help text (#17342)
Signed-off-by:
Zerohertz
<
ohg3417@gmail.com
>
parent
bdb2cdda
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/engine/arg_utils.py
vllm/engine/arg_utils.py
+1
-1
No files found.
vllm/engine/arg_utils.py
View file @
193e78e3
...
@@ -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 '
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment