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",