-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
[CI Failure] fix models/language/pooling/test_auto_prefix_cache_support.py #24636
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
e0dea42 to
0cfa653
Compare
Signed-off-by: wang.yuqi <[email protected]>
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.
Code Review
This pull request addresses a CI failure by adding a check to disable chunked prefill and prefix caching for non-causal pooling models. The change correctly identifies non-causal models by checking the is_causal attribute in the Hugging Face configuration and disables the features accordingly. The implementation is sound, placed appropriately within the pooling model configuration logic, and uses a safe default for the is_causal attribute. This is a good, targeted fix.
|
docs/readthedocs.org:vllm is stuck |
…rt.py (vllm-project#24636) Signed-off-by: wang.yuqi <[email protected]>
…rt.py (vllm-project#24636) Signed-off-by: wang.yuqi <[email protected]>
…rt.py (vllm-project#24636) Signed-off-by: wang.yuqi <[email protected]>
…rt.py (vllm-project#24636) Signed-off-by: wang.yuqi <[email protected]> Signed-off-by: xuebwang-amd <[email protected]>
…rt.py (vllm-project#24636) Signed-off-by: wang.yuqi <[email protected]> Signed-off-by: xuebwang-amd <[email protected]>
Purpose
Fix CI Failure https://buildkite.com/vllm/ci/builds/30279/steps/canvas?sid=019936ef-408b-445b-866d-7ad2606ef35d
test_auto_prefix_cache_support is intentionally guard this feature.. LOL
Test Plan
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.