Fix sglang-kernel dependency on CI runners (#20715)

This commit is contained in:
Baizhou Zhang
2026-03-16 15:23:01 -07:00
committed by GitHub
parent 5ef5806160
commit 826eb21bca

View File

@@ -117,7 +117,8 @@ else
fi
# Clean up existing installations
$PIP_UNINSTALL_CMD sgl-kernel sglang $PIP_UNINSTALL_SUFFIX || true
$PIP_UNINSTALL_CMD sgl-kernel sglang-kernel sglang $PIP_UNINSTALL_SUFFIX || true
# Keep flashinfer packages installed if version matches to avoid re-downloading:
# - flashinfer-cubin: 150+ MB, plus extra cubins from ci_download_flashinfer_cubin.sh
# - flashinfer-jit-cache: 1.2+ GB, by far the largest download in CI