Skip to content

Commit a7cb610

Browse files
authored
[CI/Build] Update flashinfer to 0.2.9 (#22233)
Signed-off-by: mgoin <[email protected]>
1 parent c494f96 commit a7cb610

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
@@ -392,7 +392,7 @@ RUN --mount=type=bind,from=build,src=/workspace/dist,target=/vllm-workspace/dist
392392
ARG FLASHINFER_GIT_REPO="https://github.com/flashinfer-ai/flashinfer.git"
393393
# Keep this in sync with https://github.com/vllm-project/vllm/blob/main/requirements/cuda.txt
394394
# We use `--force-reinstall --no-deps` to avoid issues with the existing FlashInfer wheel.
395-
ARG FLASHINFER_GIT_REF="v0.2.9rc2"
395+
ARG FLASHINFER_GIT_REF="v0.2.9"
396396
RUN --mount=type=cache,target=/root/.cache/uv bash - <<'BASH'
397397
. /etc/environment
398398
git clone --depth 1 --recursive --shallow-submodules \

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ def _read_requirements(filename: str) -> list[str]:
665665
"mistral_common[audio]"], # Required for audio processing
666666
"video": [], # Kept for backwards compatibility
667667
# FlashInfer should be updated together with the Dockerfile
668-
"flashinfer": ["flashinfer-python==0.2.9rc2"],
668+
"flashinfer": ["flashinfer-python==0.2.9"],
669669
},
670670
cmdclass=cmdclass,
671671
package_data=package_data,

0 commit comments

Comments
 (0)