Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/xpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ torch==2.10.0+xpu
torchaudio
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

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

Loading