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
e8961e96
Unverified
Commit
e8961e96
authored
Aug 06, 2025
by
Michael Goin
Committed by
GitHub
Aug 06, 2025
Browse files
Update `flashinfer-python==0.2.10` (#22389)
Signed-off-by:
mgoin
<
mgoin64@gmail.com
>
parent
9a3835aa
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 @
e8961e96
...
...
@@ -392,7 +392,7 @@ RUN --mount=type=bind,from=build,src=/workspace/dist,target=/vllm-workspace/dist
ARG
FLASHINFER_GIT_REPO="https://github.com/flashinfer-ai/flashinfer.git"
# Keep this in sync with https://github.com/vllm-project/vllm/blob/main/requirements/cuda.txt
# We use `--force-reinstall --no-deps` to avoid issues with the existing FlashInfer wheel.
ARG
FLASHINFER_GIT_REF="v0.2.
9
"
ARG
FLASHINFER_GIT_REF="v0.2.
10
"
RUN
--mount
=
type
=
cache,target
=
/root/.cache/uv bash -
<<
'
BASH
'
. /etc/environment
git clone --depth 1 --recursive --shallow-submodules \
...
...
setup.py
View file @
e8961e96
...
...
@@ -665,7 +665,7 @@ setup(
"mistral_common[audio]"
],
# Required for audio processing
"video"
:
[],
# Kept for backwards compatibility
# FlashInfer should be updated together with the Dockerfile
"flashinfer"
:
[
"flashinfer-python==0.2.
9
"
],
"flashinfer"
:
[
"flashinfer-python==0.2.
10
"
],
},
cmdclass
=
cmdclass
,
package_data
=
package_data
,
...
...
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