-
-
Notifications
You must be signed in to change notification settings - Fork 11.7k
Improve enable chunked_prefill & prefix_caching logic. #26623
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
Conversation
Signed-off-by: wang.yuqi <[email protected]>
c8e46f4 to
aa55dab
Compare
Signed-off-by: wang.yuqi <[email protected]>
|
@zhuohan123 @DarkLight1337 @hmellor @tdoublep |
zhuohan123
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the hard work and the fix!
Signed-off-by: wang.yuqi <[email protected]>
|
This pull request has merge conflicts that must be resolved before it can be |
Signed-off-by: wang.yuqi <[email protected]>
Signed-off-by: wang.yuqi <[email protected]>
nwaughachukwuma
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]>
Signed-off-by: wang.yuqi <[email protected]>
Signed-off-by: wang.yuqi <[email protected]>
Yes, this PR touches many files, but they're all relevant. |
Signed-off-by: wang.yuqi <[email protected]>
Signed-off-by: wang.yuqi <[email protected]>
Signed-off-by: wang.yuqi <[email protected]>
…26623) Signed-off-by: wang.yuqi <[email protected]> Signed-off-by: wang.yuqi <[email protected]> Co-authored-by: Cyrus Leung <[email protected]>
…26623) Signed-off-by: wang.yuqi <[email protected]> Signed-off-by: wang.yuqi <[email protected]> Co-authored-by: Cyrus Leung <[email protected]> Signed-off-by: Hashem Hashemi <[email protected]>
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.