Revert "chore: upgrade v0.3.9 sgl-kernel" (#10245)

This commit is contained in:
Lianmin Zheng
2025-09-09 19:05:20 -07:00
committed by GitHub
parent a06bf66425
commit bcf1955f7e
5 changed files with 9 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ SGLANG_ROUTER_BUILD_NO_RUST=1 $PIP_CMD install -e "sgl-router" $PIP_INSTALL_SUFF
if [ "$IS_BLACKWELL" = "1" ]; then
# TODO auto determine sgl-kernel version
SGL_KERNEL_VERSION=0.3.9
SGL_KERNEL_VERSION=0.3.8
$PIP_CMD install https://github.com/sgl-project/whl/releases/download/v${SGL_KERNEL_VERSION}/sgl_kernel-${SGL_KERNEL_VERSION}+cu128-cp310-abi3-manylinux2014_x86_64.whl --force-reinstall $PIP_INSTALL_SUFFIX
fi