We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c967ba commit cea2b71Copy full SHA for cea2b71
vllm/config/vllm.py
@@ -330,10 +330,7 @@ def __post_init__(self):
330
+ self.compilation_config.custom_ops.count("all")
331
== 0
332
):
333
- if (
334
- self.compilation_config.level > 0
335
- and self.compilation_config.backend != "eager"
336
- ):
+ if self.compilation_config.backend == "inductor":
337
self.compilation_config.custom_ops.append("none")
338
else:
339
self.compilation_config.custom_ops.append("all")
0 commit comments