Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
94b03f88
Unverified
Commit
94b03f88
authored
Sep 15, 2025
by
Benjamin Bartels
Committed by
GitHub
Sep 15, 2025
Browse files
Bump Flashinfer to 0.3.1 (#24868)
Signed-off-by:
bbartels
<
benjamin@bartels.dev
>
parent
49bfc538
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docker/Dockerfile
docker/Dockerfile
+1
-1
setup.py
setup.py
+1
-1
No files found.
docker/Dockerfile
View file @
94b03f88
...
@@ -375,7 +375,7 @@ RUN --mount=type=bind,from=build,src=/workspace/dist,target=/vllm-workspace/dist
...
@@ -375,7 +375,7 @@ RUN --mount=type=bind,from=build,src=/workspace/dist,target=/vllm-workspace/dist
# Install FlashInfer from source
# Install FlashInfer from source
ARG
FLASHINFER_GIT_REPO="https://github.com/flashinfer-ai/flashinfer.git"
ARG
FLASHINFER_GIT_REPO="https://github.com/flashinfer-ai/flashinfer.git"
# Keep this in sync with "flashinfer" extra in setup.py
# Keep this in sync with "flashinfer" extra in setup.py
ARG
FLASHINFER_GIT_REF="v0.3.
0
"
ARG
FLASHINFER_GIT_REF="v0.3.
1
"
# Flag to control whether to compile FlashInfer AOT kernels
# Flag to control whether to compile FlashInfer AOT kernels
# Set to "true" to enable AOT compilation:
# Set to "true" to enable AOT compilation:
# docker build --build-arg FLASHINFER_AOT_COMPILE=true ...
# docker build --build-arg FLASHINFER_AOT_COMPILE=true ...
...
...
setup.py
View file @
94b03f88
...
@@ -664,7 +664,7 @@ setup(
...
@@ -664,7 +664,7 @@ setup(
"mistral_common[audio]"
],
# Required for audio processing
"mistral_common[audio]"
],
# Required for audio processing
"video"
:
[],
# Kept for backwards compatibility
"video"
:
[],
# Kept for backwards compatibility
# FlashInfer should be updated together with the Dockerfile
# FlashInfer should be updated together with the Dockerfile
"flashinfer"
:
[
"flashinfer-python==0.3.
0
"
],
"flashinfer"
:
[
"flashinfer-python==0.3.
1
"
],
# Optional deps for AMD FP4 quantization support
# Optional deps for AMD FP4 quantization support
"petit-kernel"
:
[
"petit-kernel"
],
"petit-kernel"
:
[
"petit-kernel"
],
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment