-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
[CI] Add ci_envs for convenient local testing #24630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
What do you think about this split? |
Let's do this one directory at a time, to avoid creating many merge conflicts |
This pull request has merge conflicts that must be resolved before it can be |
This pull request has merge conflicts that must be resolved before it can be |
Signed-off-by: wang.yuqi <noooop@126.com>
Could you please review this pr. |
DarkLight1337
approved these changes
Sep 12, 2025
skyloevil
pushed a commit
to skyloevil/vllm
that referenced
this pull request
Sep 13, 2025
Signed-off-by: wang.yuqi <noooop@126.com>
BoyuanFeng
pushed a commit
to BoyuanFeng/vllm
that referenced
this pull request
Sep 14, 2025
Signed-off-by: wang.yuqi <noooop@126.com>
dsxsteven
pushed a commit
to dsxsteven/vllm_splitPR
that referenced
this pull request
Sep 15, 2025
Signed-off-by: wang.yuqi <noooop@126.com>
cboss6
pushed a commit
to cboss6/vllm
that referenced
this pull request
Sep 16, 2025
Signed-off-by: wang.yuqi <noooop@126.com> Signed-off-by: bruceszchen <bruceszchen@tencent.com>
cboss6
pushed a commit
to cboss6/vllm
that referenced
this pull request
Sep 16, 2025
Signed-off-by: wang.yuqi <noooop@126.com> Signed-off-by: bruceszchen <bruceszchen@tencent.com>
5 tasks
langc23
pushed a commit
to zte-riscv/vllm
that referenced
this pull request
Sep 23, 2025
Signed-off-by: wang.yuqi <noooop@126.com>
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
e.g. testing Flex Attention, you don't need to manually modify dtype=float32 #24089
A model family has many models with the same architecture. By default, a model family tests only one model.
Through VLLM_CI_NO_SKIP, all models can be tested.
VLLM_CI_HEAD_DTYPE & VLLM_CI_HF_DTYPE #24567
hitchhiking
head_dtype
currently only supports pooling models. [Model] Systematic support for fp32 head, generation models part #24567 expected to discuss for a long timecc @DarkLight1337 @maxdebayser
Test Plan
keep ci green
Test Result
Essential Elements of an Effective PR Description Checklist
supported_models.md
andexamples
for a new model.