Skip to content

Conversation

@noooop
Copy link
Collaborator

@noooop noooop commented Sep 11, 2025

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
  • The purpose of the PR, such as "Fix some issue (link existing issues this PR will resolve)".
  • The test plan, such as providing test command.
  • The test results, such as pasting the results comparison before and after, or e2e results
  • (Optional) The necessary documentation update, such as updating supported_models.md and examples for a new model.
  • (Optional) Release notes update. If your change is user facing, please update the release notes draft in the Google Doc.

Signed-off-by: wang.yuqi <[email protected]>
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a 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.

@DarkLight1337 DarkLight1337 enabled auto-merge (squash) September 11, 2025 06:55
@DarkLight1337 DarkLight1337 added the ready ONLY add when PR is ready to merge/full CI is needed label Sep 11, 2025
@noooop
Copy link
Collaborator Author

noooop commented Sep 11, 2025

@DarkLight1337

docs/readthedocs.org:vllm is stuck

@vllm-bot vllm-bot merged commit 25bb9e8 into vllm-project:main Sep 11, 2025
39 of 44 checks passed
@noooop noooop deleted the fix_is_causal branch September 11, 2025 14:30
skyloevil pushed a commit to skyloevil/vllm that referenced this pull request Sep 13, 2025
dsxsteven pushed a commit to dsxsteven/vllm_splitPR that referenced this pull request Sep 15, 2025
FeiDaLI pushed a commit to FeiDaLI/vllm that referenced this pull request Sep 25, 2025
xuebwang-amd pushed a commit to xuebwang-amd/vllm that referenced this pull request Oct 10, 2025
xuebwang-amd pushed a commit to xuebwang-amd/vllm that referenced this pull request Oct 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready ONLY add when PR is ready to merge/full CI is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants