Scheduled removal of CompilationConfig.use_inductor#29323
Merged
hmellor merged 3 commits intovllm-project:mainfrom Nov 25, 2025
Merged
Scheduled removal of CompilationConfig.use_inductor#29323hmellor merged 3 commits intovllm-project:mainfrom
CompilationConfig.use_inductor#29323hmellor merged 3 commits intovllm-project:mainfrom
Conversation
This field is scheduled for removal in v0.12.0, which will be the next release. Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request successfully removes the deprecated CompilationConfig.use_inductor field. The changes are applied consistently across configuration, tests, and documentation. The use_inductor field is correctly replaced by the backend field, and the associated backward-compatibility logic has been cleanly removed. The updated tests ensure that the refactoring does not introduce regressions. This is a solid and well-executed cleanup.
yewentao256
approved these changes
Nov 24, 2025
Member
yewentao256
left a comment
There was a problem hiding this comment.
LGTM, thanks for the work!
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
devpatelio
pushed a commit
to SumanthRH/vllm
that referenced
this pull request
Nov 29, 2025
…9323) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
kitaekatt
pushed a commit
to kitaekatt/vllm
that referenced
this pull request
Dec 1, 2025
…9323) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
dsuhinin
pushed a commit
to dsuhinin/vllm
that referenced
this pull request
Jan 21, 2026
…9323) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> Signed-off-by: dsuhinin <suhinin.dmitriy@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This field is scheduled for removal in v0.12.0, which will be the next release.