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
01653a91
Unverified
Commit
01653a91
authored
Oct 11, 2025
by
Angela Yi
Committed by
GitHub
Oct 11, 2025
Browse files
[compile] Fix inductor partition config (#26645)
Signed-off-by:
angelayi
<
yiangela7@gmail.com
>
parent
0cd103e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
vllm/config/compilation.py
vllm/config/compilation.py
+1
-3
No files found.
vllm/config/compilation.py
View file @
01653a91
...
@@ -709,9 +709,7 @@ class CompilationConfig:
...
@@ -709,9 +709,7 @@ class CompilationConfig:
return
self
.
level
==
CompilationLevel
.
PIECEWISE
return
self
.
level
==
CompilationLevel
.
PIECEWISE
# Inductor partition case
# Inductor partition case
return
(
return
self
.
level
>
CompilationLevel
.
NO_COMPILATION
and
self
.
use_inductor
self
.
level
>
CompilationLevel
.
NO_COMPILATION
and
self
.
backend
==
"inductor"
)
def
custom_op_log_check
(
self
):
def
custom_op_log_check
(
self
):
"""
"""
...
...
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