[CI] Fix FlashInfer AOT in release docker image#25730
Merged
vllm-bot merged 6 commits intovllm-project:mainfrom Sep 26, 2025
Merged
[CI] Fix FlashInfer AOT in release docker image#25730vllm-bot merged 6 commits intovllm-project:mainfrom
vllm-bot merged 6 commits intovllm-project:mainfrom
Conversation
Signed-off-by: mgoin <mgoin64@gmail.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request fixes an issue with FlashInfer's Ahead-Of-Time (AOT) compilation in the release Docker image by setting the required FLASHINFER_CUDA_ARCH_LIST environment variable. The changes correctly enable AOT compilation via a build argument and update the Dockerfile to use the new environment variable. My review includes one suggestion to ensure the list of CUDA architectures is correctly formatted as a semicolon-separated string, as required by FlashInfer's documentation, to prevent potential build issues.
5 tasks
simon-mo
pushed a commit
that referenced
this pull request
Sep 28, 2025
Signed-off-by: mgoin <mgoin64@gmail.com> Signed-off-by: simon-mo <simon.mo@hey.com>
huydhn
added a commit
to pytorch/pytorch
that referenced
this pull request
Oct 2, 2025
pdasigi
pushed a commit
to pdasigi/vllm
that referenced
this pull request
Oct 2, 2025
Signed-off-by: mgoin <mgoin64@gmail.com>
yewentao256
pushed a commit
that referenced
this pull request
Oct 3, 2025
Signed-off-by: mgoin <mgoin64@gmail.com> Signed-off-by: yewentao256 <zhyanwentao@126.com>
choprahetarth
pushed a commit
to Tandemn-Labs/vllm
that referenced
this pull request
Oct 11, 2025
Signed-off-by: mgoin <mgoin64@gmail.com> Signed-off-by: simon-mo <simon.mo@hey.com>
shyeh25
pushed a commit
to shyeh25/vllm
that referenced
this pull request
Oct 14, 2025
Signed-off-by: mgoin <mgoin64@gmail.com> Signed-off-by: simon-mo <simon.mo@hey.com>
lywa1998
pushed a commit
to lywa1998/vllm
that referenced
this pull request
Oct 20, 2025
Signed-off-by: mgoin <mgoin64@gmail.com>
alhridoy
pushed a commit
to alhridoy/vllm
that referenced
this pull request
Oct 24, 2025
Signed-off-by: mgoin <mgoin64@gmail.com>
rtourgeman
pushed a commit
to rtourgeman/vllm
that referenced
this pull request
Nov 10, 2025
Signed-off-by: mgoin <mgoin64@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
FlashInfer has shifted to using FLASHINFER_CUDA_ARCH_LIST in recent releases https://docs.flashinfer.ai/installation.html#python-package
This has resulted in the 0.10.2 release not having prebuilt flashinfer binaries
See buildkite log https://buildkite.com/organizations/vllm/pipelines/release/builds/8688/jobs/0199833c-09e7-46fe-a38a-6dd9493547e5/log#117-11445
Test Plan
Test Result
Successful (long) release image build here https://buildkite.com/vllm/release/builds/8709/steps/canvas?sid=019986dd-f571-4207-abb3-4c61a3b010da
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.