[XPU] bump vllm-xpu-kernels to v0.1.4#37641
Merged
bigPYJ1151 merged 1 commit intovllm-project:mainfrom Mar 20, 2026
Merged
Conversation
Signed-off-by: Kunshang Ji <kunshang.ji@intel.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the vllm-xpu-kernels dependency to version v0.1.4. However, it incorrectly points to the Python 3.8 wheel, while the project's XPU environment uses Python 3.12. This will break the build. I've suggested using the correct wheel for Python 3.12.
| torchvision | ||
|
|
||
| vllm_xpu_kernels @ https://github.com/vllm-project/vllm-xpu-kernels/releases/download/v0.1.3/vllm_xpu_kernels-0.1.3-cp38-abi3-linux_x86_64.whl | ||
| vllm_xpu_kernels @ https://github.com/vllm-project/vllm-xpu-kernels/releases/download/v0.1.4/vllm_xpu_kernels-0.1.4-cp38-abi3-manylinux_2_28_x86_64.whl |
Contributor
There was a problem hiding this comment.
The updated wheel is for Python 3.8 (cp38), but the Docker build environment for XPU (docker/Dockerfile.xpu) uses Python 3.12. This will cause the installation to fail. Please use the wheel for Python 3.12 (cp312).
vllm_xpu_kernels @ https://github.com/vllm-project/vllm-xpu-kernels/releases/download/v0.1.4/vllm_xpu_kernels-0.1.4-cp312-cp312-manylinux_2_28_x86_64.whl
bigPYJ1151
approved these changes
Mar 20, 2026
chooper26
pushed a commit
to intellistream/vllm-hust
that referenced
this pull request
Mar 21, 2026
Signed-off-by: Kunshang Ji <kunshang.ji@intel.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.
Purpose
vllm-xpu-kernels v0.1.4 released, with some accuracy fix.
see https://github.com/vllm-project/vllm-xpu-kernels/releases/tag/v0.1.4
Test Plan
XPU CI
Test Result
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.