mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-05 17:37:04 +08:00
[compile] Fix inductor partition config (#26645)
Signed-off-by: angelayi <yiangela7@gmail.com>
This commit is contained in:
parent
0cd103e7cb
commit
01653a917b
@ -709,9 +709,7 @@ class CompilationConfig:
|
||||
return self.level == CompilationLevel.PIECEWISE
|
||||
|
||||
# Inductor partition case
|
||||
return (
|
||||
self.level > CompilationLevel.NO_COMPILATION and self.backend == "inductor"
|
||||
)
|
||||
return self.level > CompilationLevel.NO_COMPILATION and self.use_inductor
|
||||
|
||||
def custom_op_log_check(self):
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user