Skip to content

Commit 2fb8972

Browse files
nvpohanhmgoin
authored andcommitted
Upgrade FlashInfer to v0.2.11 (vllm-project#22613)
Signed-off-by: Po-Han Huang <[email protected]> Co-authored-by: mgoin <[email protected]> Signed-off-by: Paul Pak <[email protected]>
1 parent 8f87802 commit 2fb8972

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ RUN --mount=type=bind,from=build,src=/workspace/dist,target=/vllm-workspace/dist
387387
ARG FLASHINFER_GIT_REPO="https://github.com/flashinfer-ai/flashinfer.git"
388388
# Keep this in sync with https://github.com/vllm-project/vllm/blob/main/requirements/cuda.txt
389389
# We use `--force-reinstall --no-deps` to avoid issues with the existing FlashInfer wheel.
390-
ARG FLASHINFER_GIT_REF="v0.2.10"
390+
ARG FLASHINFER_GIT_REF="v0.2.11"
391391
RUN --mount=type=cache,target=/root/.cache/uv bash - <<'BASH'
392392
. /etc/environment
393393
git clone --depth 1 --recursive --shallow-submodules \

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ def _read_requirements(filename: str) -> list[str]:
684684
"mistral_common[audio]"], # Required for audio processing
685685
"video": [], # Kept for backwards compatibility
686686
# FlashInfer should be updated together with the Dockerfile
687-
"flashinfer": ["flashinfer-python==0.2.10"],
687+
"flashinfer": ["flashinfer-python==0.2.11"],
688688
},
689689
cmdclass=cmdclass,
690690
package_data=package_data,

0 commit comments

Comments
 (0)