feat(vllm): enable 0.24.0 app images for cambricon/enflame/iluvatar-4.4.0 - #678
Merged
Conversation
….4.0 Add deps_app.vllm0.24.0 for cambricon-neuware4.4.3/4.7.2, enflame-tops1.9.10/1.10.6, and iluvatar-corex4.4.0 so the app image matrix builds them. Register the upstream plugin ports in the status matrix: vllm-plugin-FL #431 (cambricon) and #432 (enflame). iluvatar-corex4.4.0 is added for the 0.24.0 garbage-output bypass attempt only; vllm0.20.2 stays off (❌ in that matrix).
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.
Summary
Enable the vllm 0.24.0 app image for the five remaining backends:
Changes
configs.yaml— adddeps_app.vllm0.24.0: []to all five backends.packaging/vllm/status_matrix.vllm0.24.0.yaml— setdeps_app: trueand register the upstream port PRs: vllm-plugin-FL #431 (cambricon), vllm-plugin-FL #432 (enflame).packaging/vllm/docs/vllm-verification-matrix.md— regenerated byrender_status_matrix.py.App image builds run off the plugin PR-head wheels (not blocked on PR merge); verification is pending on-node.
This PR was written in part with the assistance of generative AI.