update flashinfer to v0.2.9rc1 (#21485)

Signed-off-by: Weiliang Liu <weiliangl@nvidia.com>
This commit is contained in:
weiliang
2025-07-25 05:06:11 +08:00
committed by GitHub
parent a6c7fb8cff
commit 2dd72d23d9
3 changed files with 6 additions and 15 deletions

View File

@ -386,7 +386,7 @@ RUN --mount=type=bind,from=build,src=/workspace/dist,target=/vllm-workspace/dist
# Install FlashInfer from source
ARG FLASHINFER_GIT_REPO="https://github.com/flashinfer-ai/flashinfer.git"
ARG FLASHINFER_GIT_REF="v0.2.8"
ARG FLASHINFER_GIT_REF="v0.2.9rc1"
RUN --mount=type=cache,target=/root/.cache/uv bash - <<'BASH'
. /etc/environment
git clone --depth 1 --recursive --shallow-submodules \