From 480b14edadbf0a97168d31fad38e42ef06f44eb2 Mon Sep 17 00:00:00 2001 From: yuchengliu1 Date: Fri, 11 Sep 2026 10:47:27 +0800 Subject: [PATCH] [xpu] install xpu-kernel by released wheel (#37394) Co-authored-by: Ma Mingfei --- python/pyproject_xpu.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject_xpu.toml b/python/pyproject_xpu.toml index 6e9920528..dc80c8b3a 100644 --- a/python/pyproject_xpu.toml +++ b/python/pyproject_xpu.toml @@ -55,7 +55,7 @@ dependencies = [ "scipy", "sentencepiece", "setproctitle", - "sglang-kernel-xpu @ git+https://github.com/sgl-project/sgl-kernel-xpu.git", + "sglang-kernel-xpu @ https://github.com/sgl-project/whl/releases/download/v0.2.0+xpu/sglang_kernel_xpu-0.2.0-cp310-abi3-manylinux_2_38_x86_64.whl", "smg-grpc-servicer>=0.9.0", "soundfile==0.13.1", "tiktoken",