[Frontend][3/N] Improve all pooling task | Support binary embedding response#27066
Merged
DarkLight1337 merged 35 commits intovllm-project:mainfrom Oct 22, 2025
Merged
[Frontend][3/N] Improve all pooling task | Support binary embedding response#27066DarkLight1337 merged 35 commits intovllm-project:mainfrom
DarkLight1337 merged 35 commits intovllm-project:mainfrom
Conversation
5 tasks
32e102c to
92a6d2e
Compare
223eb21 to
e54fe8b
Compare
Signed-off-by: wang.yuqi <noooop@126.com>
noooop
commented
Oct 17, 2025
This was referenced Oct 18, 2025
Signed-off-by: wang.yuqi <noooop@126.com>
uasan
reviewed
Oct 19, 2025
Signed-off-by: wang.yuqi <noooop@126.com>
Contributor
|
This pull request has merge conflicts that must be resolved before it can be |
Signed-off-by: wang.yuqi <noooop@126.com>
Contributor
|
Documentation preview: https://vllm--27066.org.readthedocs.build/en/27066/ |
Signed-off-by: wang.yuqi <noooop@126.com>
Signed-off-by: wang.yuqi <noooop@126.com>
Signed-off-by: wang.yuqi <noooop@126.com>
maxdebayser
reviewed
Oct 20, 2025
maxdebayser
reviewed
Oct 20, 2025
maxdebayser
reviewed
Oct 20, 2025
maxdebayser
reviewed
Oct 20, 2025
noooop
commented
Oct 21, 2025
Signed-off-by: wang.yuqi <noooop@126.com>
Collaborator
Author
|
Are there any more modifications needed for this PR? |
noooop
commented
Oct 22, 2025
DarkLight1337
approved these changes
Oct 22, 2025
usberkeley
pushed a commit
to usberkeley/vllm
that referenced
this pull request
Oct 23, 2025
…esponse (vllm-project#27066) Signed-off-by: wang.yuqi <noooop@126.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
5 tasks
0xrushi
pushed a commit
to 0xrushi/vllm
that referenced
this pull request
Oct 26, 2025
…esponse (vllm-project#27066) Signed-off-by: wang.yuqi <noooop@126.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com> Signed-off-by: 0xrushi <6279035+0xrushi@users.noreply.github.com>
0xrushi
pushed a commit
to 0xrushi/vllm
that referenced
this pull request
Oct 26, 2025
…esponse (vllm-project#27066) Signed-off-by: wang.yuqi <noooop@126.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com> Signed-off-by: 0xrushi <6279035+0xrushi@users.noreply.github.com>
This was referenced Oct 28, 2025
Merged
ilmarkov
pushed a commit
to neuralmagic/vllm
that referenced
this pull request
Nov 7, 2025
…esponse (vllm-project#27066) Signed-off-by: wang.yuqi <noooop@126.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
rtourgeman
pushed a commit
to rtourgeman/vllm
that referenced
this pull request
Nov 10, 2025
…esponse (vllm-project#27066) Signed-off-by: wang.yuqi <noooop@126.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
devpatelio
pushed a commit
to SumanthRH/vllm
that referenced
this pull request
Nov 29, 2025
…esponse (vllm-project#27066) Signed-off-by: wang.yuqi <noooop@126.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Cyrus Leung <cyrus.tl.leung@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.
TL;DR
Improve all pooling task
These PRs are mostly conflicting with each other, so combining them into a series would better inform reviewers about what happened. And what else needs to be done after that?
Purpose
Thanks @uasan for this cool idea
Fix #27063
cc @christian-pinto @maxdebayser @DarkLight1337
Test Plan
tests/utils_/test_serial_utils.py
tests/entrypoints/pooling/openai/test_embedding.py
tests/entrypoints/pooling/openai/test_pooling.py
Test Result
pass
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.