Skip to content

Commit 526078a

Browse files
authored
bump flashinfer to v0.2.8 (#21385)
Signed-off-by: cjackal <44624812+cjackal@users.noreply.github.com>
1 parent 6da0078 commit 526078a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ RUN --mount=type=bind,from=build,src=/workspace/dist,target=/vllm-workspace/dist
390390

391391
# Install FlashInfer from source
392392
ARG FLASHINFER_GIT_REPO="https://github.com/flashinfer-ai/flashinfer.git"
393-
ARG FLASHINFER_GIT_REF="v0.2.8rc1"
393+
ARG FLASHINFER_GIT_REF="v0.2.8"
394394
RUN --mount=type=cache,target=/root/.cache/uv bash - <<'BASH'
395395
. /etc/environment
396396
git clone --depth 1 --recursive --shallow-submodules \

0 commit comments

Comments
 (0)