-
-
Notifications
You must be signed in to change notification settings - Fork 11.7k
Re-enable the AMD Entrypoints Test #14711
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
Re-enable the AMD Entrypoints Test #14711
Conversation
Signed-off-by: Alexei V. Ivanov <[email protected]>
|
👋 Hi! Thank you for contributing to the vLLM project. 💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels. Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can either: Add 🚀 |
.buildkite/test-pipeline.yaml
Outdated
| - pytest -v -s entrypoints/llm/test_guided_generate.py # it needs a clean process | ||
| - pytest -v -s entrypoints/openai --ignore=entrypoints/openai/test_oot_registration.py --ignore=entrypoints/openai/correctness/ | ||
| - pytest -v -s entrypoints/test_chat_utils.py | ||
| - pytest -v -s entrypoints/openai --ignore=entrypoints/openai/test_oot_registration.py --ignore=entrypoints/openai/correctness/ --ignore=entrypoints/openai/test_vision.py |
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.
I think we should add skipping logic to the tests themselves to skip only on ROCM
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.
Right, this is experimental. This change is going to get reverted.
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.
@robertgshaw2-redhat Please have a look at the PR now.
It fixes the "AMD Entrypoints Test". (https://buildkite.com/vllm/fastcheck/builds/16847#01959170-4ba5-4fc3-954c-a67be1163a31)
Thank you!
Signed-off-by: Alexei V. Ivanov <[email protected]>
Signed-off-by: Alexei V. Ivanov <[email protected]>
Signed-off-by: Alexei V. Ivanov <[email protected]>
Signed-off-by: Alexei V. Ivanov <[email protected]>
Signed-off-by: Alexei V. Ivanov <[email protected]>
Signed-off-by: Alexei V. Ivanov <[email protected]>
Signed-off-by: Alexei V. Ivanov <[email protected]>
Signed-off-by: Alexei V. Ivanov <[email protected]>
Signed-off-by: Alexei V. Ivanov <[email protected]>
Signed-off-by: Alexei V. Ivanov <[email protected]>
Signed-off-by: Alexei V. Ivanov <[email protected]>
Signed-off-by: Alexei V. Ivanov <[email protected]>
…asses on MI300. Signed-off-by: Alexei V. Ivanov <[email protected]>
Signed-off-by: Alexei V. Ivanov <[email protected]> Signed-off-by: Louis Ulmer <[email protected]>
Signed-off-by: Alexei V. Ivanov <[email protected]>
Signed-off-by: Alexei V. Ivanov <[email protected]> Signed-off-by: Mu Huai <[email protected]>
Re-enable the AMD Entrypoints Test
Signed-off-by: Alexei V. Ivanov [email protected]