Skip to content

Commit 94b03f8

Browse files
authored
Bump Flashinfer to 0.3.1 (#24868)
Signed-off-by: bbartels <benjamin@bartels.dev>
1 parent 49bfc53 commit 94b03f8

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
@@ -375,7 +375,7 @@ RUN --mount=type=bind,from=build,src=/workspace/dist,target=/vllm-workspace/dist
375375
# Install FlashInfer from source
376376
ARG FLASHINFER_GIT_REPO="https://github.com/flashinfer-ai/flashinfer.git"
377377
# Keep this in sync with "flashinfer" extra in setup.py
378-
ARG FLASHINFER_GIT_REF="v0.3.0"
378+
ARG FLASHINFER_GIT_REF="v0.3.1"
379379
# Flag to control whether to compile FlashInfer AOT kernels
380380
# Set to "true" to enable AOT compilation:
381381
# docker build --build-arg FLASHINFER_AOT_COMPILE=true ...

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ def _read_requirements(filename: str) -> list[str]:
664664
"mistral_common[audio]"], # Required for audio processing
665665
"video": [], # Kept for backwards compatibility
666666
# FlashInfer should be updated together with the Dockerfile
667-
"flashinfer": ["flashinfer-python==0.3.0"],
667+
"flashinfer": ["flashinfer-python==0.3.1"],
668668
# Optional deps for AMD FP4 quantization support
669669
"petit-kernel": ["petit-kernel"],
670670
},

0 commit comments

Comments
 (0)