Improve enable chunked_prefill & prefix_caching logic.#26623
Merged
vllm-bot merged 72 commits intovllm-project:mainfrom Nov 28, 2025
Merged
Improve enable chunked_prefill & prefix_caching logic.#26623vllm-bot merged 72 commits intovllm-project:mainfrom
vllm-bot merged 72 commits intovllm-project:mainfrom
Conversation
This was referenced Oct 15, 2025
Merged
This was referenced Oct 18, 2025
5 tasks
5 tasks
c8e46f4 to
aa55dab
Compare
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io>
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io>
nwaughachukwuma
suggested changes
Nov 27, 2025
Contributor
nwaughachukwuma
left a comment
There was a problem hiding this comment.
Thanks for doing an excellent job here.
However, there're so many not-too-related changes in this PR across multiple touch points. To make reviewing and merging faster, please break this down into multiple PRs, each with relative changes.
Thank you.
Signed-off-by: wang.yuqi <noooop@126.com>
Collaborator
Author
Yes, this PR touches many files, but they're all relevant. |
kitaekatt
pushed a commit
to kitaekatt/vllm
that referenced
this pull request
Dec 1, 2025
…26623) Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io> Signed-off-by: wang.yuqi <noooop@126.com> Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk>
amd-hhashemi
pushed a commit
to amd-hhashemi/vllm
that referenced
this pull request
Dec 2, 2025
…26623) Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io> Signed-off-by: wang.yuqi <noooop@126.com> Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk> Signed-off-by: Hashem Hashemi <hashem.hashemi@amd.com>
5 tasks
5 tasks
This was referenced Dec 23, 2025
dsuhinin
pushed a commit
to dsuhinin/vllm
that referenced
this pull request
Jan 21, 2026
…26623) Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io> Signed-off-by: wang.yuqi <noooop@126.com> Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk> Signed-off-by: dsuhinin <suhinin.dmitriy@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
Improve enable chunked_prefill & prefix_caching logic.
Test Plan
pytest -s -vvv tests/test_config.py::test_is_chunked_prefill_supported
pytest -s -vvv tests/test_config.py::test_is_prefix_caching_supported
pytest -s -vvv tests/models/language/pooling/test_auto_prefix_cache_support.py
Test Result
pass
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.