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
a7cb6101
Unverified
Commit
a7cb6101
authored
Aug 05, 2025
by
Michael Goin
Committed by
GitHub
Aug 05, 2025
Browse files
[CI/Build] Update flashinfer to 0.2.9 (#22233)
Signed-off-by:
mgoin
<
mgoin64@gmail.com
>
parent
c494f96f
Changes
2
Show 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 @
a7cb6101
...
@@ -392,7 +392,7 @@ RUN --mount=type=bind,from=build,src=/workspace/dist,target=/vllm-workspace/dist
...
@@ -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"
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
# 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.
# We use `--force-reinstall --no-deps` to avoid issues with the existing FlashInfer wheel.
ARG
FLASHINFER_GIT_REF="v0.2.9
rc2
"
ARG
FLASHINFER_GIT_REF="v0.2.9"
RUN
--mount
=
type
=
cache,target
=
/root/.cache/uv bash -
<<
'
BASH
'
RUN
--mount
=
type
=
cache,target
=
/root/.cache/uv bash -
<<
'
BASH
'
. /etc/environment
. /etc/environment
git clone --depth 1 --recursive --shallow-submodules \
git clone --depth 1 --recursive --shallow-submodules \
...
...
setup.py
View file @
a7cb6101
...
@@ -665,7 +665,7 @@ setup(
...
@@ -665,7 +665,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.2.9
rc2
"
],
"flashinfer"
:
[
"flashinfer-python==0.2.9"
],
},
},
cmdclass
=
cmdclass
,
cmdclass
=
cmdclass
,
package_data
=
package_data
,
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