Unverified Commit 526078a9 authored by cjackal's avatar cjackal Committed by GitHub
Browse files

bump `flashinfer` to `v0.2.8` (#21385)


Signed-off-by: default avatarcjackal <44624812+cjackal@users.noreply.github.com>
parent 6da00785
......@@ -390,7 +390,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.8rc1"
ARG FLASHINFER_GIT_REF="v0.2.8"
RUN --mount=type=cache,target=/root/.cache/uv bash - <<'BASH'
. /etc/environment
git clone --depth 1 --recursive --shallow-submodules \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment