-
-
Notifications
You must be signed in to change notification settings - Fork 11.8k
test: Remove vestigial skip for prompt embeds tests after landing v1 Prompt Embeds support #25291
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
test: Remove vestigial skip for prompt embeds tests after landing v1 Prompt Embeds support #25291
Conversation
…m-project#24278 Signed-off-by: Andrew Sansom <andrew@protopia.ai>
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 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.
…Prompt Embeds support (vllm-project#25291) Signed-off-by: Andrew Sansom <andrew@protopia.ai>
…Prompt Embeds support (vllm-project#25291) Signed-off-by: Andrew Sansom <andrew@protopia.ai> Signed-off-by: charlifu <charlifu@amd.com>
…Prompt Embeds support (#25291) Signed-off-by: Andrew Sansom <andrew@protopia.ai> Signed-off-by: yewentao256 <zhyanwentao@126.com>
…Prompt Embeds support (vllm-project#25291) Signed-off-by: Andrew Sansom <andrew@protopia.ai> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
…Prompt Embeds support (vllm-project#25291) Signed-off-by: Andrew Sansom <andrew@protopia.ai>
…Prompt Embeds support (vllm-project#25291) Signed-off-by: Andrew Sansom <andrew@protopia.ai>
…Prompt Embeds support (vllm-project#25291) Signed-off-by: Andrew Sansom <andrew@protopia.ai> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
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
supported_models.mdandexamplesfor a new model.