Skip to content

Conversation

@qthequartermasterman
Copy link
Contributor

@qthequartermasterman qthequartermasterman commented Sep 19, 2025

Purpose

#24278 landed support for v1 Prompt Embeds. #25025 introduced a temporary test skip for prompt embeds support in the API that I had missed when merging in main. This removes that now-unnecessary test skip.

Test Plan

No new tests were needed; just enabling tests that were working two days ago.

Test Result

Tests pass locally. Pending CI.


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.

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 removes a pytest.skip directive from tests/entrypoints/openai/test_completion_with_prompt_embeds.py. The purpose of this change is to re-enable the tests for prompt embeddings, as support for this feature has now been implemented in v1. The change is straightforward, correct, and aligns with the PR's description. I have reviewed the code and found no issues.

@vllm-bot vllm-bot merged commit c7e7136 into vllm-project:main Sep 20, 2025
16 checks passed
FeiDaLI pushed a commit to FeiDaLI/vllm that referenced this pull request Sep 25, 2025
…Prompt Embeds support (vllm-project#25291)

Signed-off-by: Andrew Sansom <andrew@protopia.ai>
charlifu pushed a commit to ROCm/vllm that referenced this pull request Sep 25, 2025
…Prompt Embeds support (vllm-project#25291)

Signed-off-by: Andrew Sansom <andrew@protopia.ai>
Signed-off-by: charlifu <charlifu@amd.com>
yewentao256 pushed a commit that referenced this pull request Oct 3, 2025
…Prompt Embeds support (#25291)

Signed-off-by: Andrew Sansom <andrew@protopia.ai>
Signed-off-by: yewentao256 <zhyanwentao@126.com>
xuebwang-amd pushed a commit to xuebwang-amd/vllm that referenced this pull request Oct 10, 2025
…Prompt Embeds support (vllm-project#25291)

Signed-off-by: Andrew Sansom <andrew@protopia.ai>
Signed-off-by: xuebwang-amd <xuebwang@amd.com>
choprahetarth pushed a commit to Tandemn-Labs/vllm that referenced this pull request Oct 11, 2025
…Prompt Embeds support (vllm-project#25291)

Signed-off-by: Andrew Sansom <andrew@protopia.ai>
lywa1998 pushed a commit to lywa1998/vllm that referenced this pull request Oct 20, 2025
…Prompt Embeds support (vllm-project#25291)

Signed-off-by: Andrew Sansom <andrew@protopia.ai>
xuebwang-amd pushed a commit to xuebwang-amd/vllm that referenced this pull request Oct 24, 2025
…Prompt Embeds support (vllm-project#25291)

Signed-off-by: Andrew Sansom <andrew@protopia.ai>
Signed-off-by: xuebwang-amd <xuebwang@amd.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants