-
-
Notifications
You must be signed in to change notification settings - Fork 11.8k
[Hardware][AMD] Remove ROCm skip conditions for transformers backend tests #29782
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
[Hardware][AMD] Remove ROCm skip conditions for transformers backend tests #29782
Conversation
Signed-off-by: badaoui <[email protected]>
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
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 successfully removes skip conditions for transformers backend tests on the ROCm platform. The changes indicate that the previously failing tests, including those related to bitsandbytes quantization, now pass. This is a positive development, improving the overall compatibility and functionality of vLLM with ROCm. The removal of the current_platform import is a clean-up directly resulting from these changes.
|
👋 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 You ask your reviewers to trigger select CI tests on top of 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 If you have any questions, please reach out to us on Slack at https://slack.vllm.ai. 🚀 |
hmellor
left a comment
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.
LGTM! Good to see the Transformers modelling backend becoming more compatible with ROCm!
Signed-off-by: badaoui <[email protected]>
Head branch was pushed to by a user without write access
…tests (vllm-project#29782) Signed-off-by: badaoui <[email protected]> Signed-off-by: Hashem Hashemi <[email protected]>
…tests (vllm-project#29782) Signed-off-by: badaoui <[email protected]> Signed-off-by: Bofeng BF1 Xue <[email protected]>
…tests (vllm-project#29782) Signed-off-by: badaoui <[email protected]> Signed-off-by: Xingyu Liu <[email protected]>
Summary
Removes skip conditions for transformers backend tests on ROCm platform. These tests now pass successfully, so the skips are no longer needed.
@hmellor