update flashinfer to v0.2.9rc2 (#21701)

Signed-off-by: Weiliang Liu <weiliangl@nvidia.com>
This commit is contained in:
weiliang 2025-07-29 03:31:47 +08:00 committed by GitHub
parent 94b71ae106
commit 01c753ed98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.9rc1"
ARG FLASHINFER_GIT_REF="v0.2.9rc2"
RUN --mount=type=cache,target=/root/.cache/uv bash - <<'BASH'
. /etc/environment
git clone --depth 1 --recursive --shallow-submodules \