Skip to content

Conversation

@njhill
Copy link
Member

@njhill njhill commented Nov 18, 2025

Broken by #28768. This wasn't exercised by the CI that ran on that PR.

Signed-off-by: Nick Hill <nhill@redhat.com>
@njhill njhill added this to the v0.11.1 milestone Nov 18, 2025
@njhill njhill added the bug Something isn't working label Nov 18, 2025
@mergify mergify bot added the v1 label Nov 18, 2025
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 bug related to pipeline parallelism and asynchronous scheduling for pooling models. The changes correctly prevent pooling models from going through the token sampling pipeline, which is intended only for generative models. The introduction of the is_pooling_model flag in vllm/v1/engine/core.py and the uses_sampler flag in vllm/v1/executor/ray_executor.py makes the code's intent clearer and fixes the incorrect behavior. The changes are logical, well-targeted, and appear to resolve the issue effectively. I have no further suggestions.

@njhill njhill added the ready ONLY add when PR is ready to merge/full CI is needed label Nov 18, 2025
@njhill njhill enabled auto-merge (squash) November 18, 2025 03:31
@njhill
Copy link
Member Author

njhill commented Nov 18, 2025

The two test failure here are unrelated:

  1. Recent test flake, fixed by [CI] Fix async scheduling + spec decoding test flake #28902
  2. Wikipedia image url access failure

@vllm-bot vllm-bot merged commit 4393684 into vllm-project:main Nov 18, 2025
41 of 43 checks passed
@njhill njhill deleted the fix-embedding-pp branch November 18, 2025 14:03
Victor49152 pushed a commit to Victor49152/vllm that referenced this pull request Nov 20, 2025
)

Signed-off-by: Nick Hill <nhill@redhat.com>
Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk>
bigPYJ1151 pushed a commit that referenced this pull request Nov 25, 2025
Signed-off-by: Nick Hill <nhill@redhat.com>
Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk>
Signed-off-by: jiang1.li <jiang1.li@intel.com>
bringlein pushed a commit to bringlein/vllm that referenced this pull request Nov 26, 2025
)

Signed-off-by: Nick Hill <nhill@redhat.com>
Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk>
devpatelio pushed a commit to SumanthRH/vllm that referenced this pull request Nov 29, 2025
)

Signed-off-by: Nick Hill <nhill@redhat.com>
Co-authored-by: Cyrus Leung <tlleungac@connect.ust.hk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working ready ONLY add when PR is ready to merge/full CI is needed v1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants