-
Notifications
You must be signed in to change notification settings - Fork 71
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
[tests] enable awq related tests on XPU #377
base: main
Are you sure you want to change the base?
Conversation
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.
Thanks for this pull-request ! A few chnges are required to align with the existing test pattern.
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.
Looks much better, thanks !
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.
Almost there. You also need to use meaningful commits (at least a small sentence) otherwise they will be rejected by the CI. Your commit that contain the single word "update" is currently rejected. You can amend it and force-push (push -f) your branch.
done, thx! |
I fixed the failed tests, but this test "test/tensor/weights/optimized/test_awq_weight_qbits_tensor.py::test_awq_weight_qbits_tensor_move[cuda]" still fails, also in main branch. |
What does this PR do?
As the title suggests, this PR makes awq tests that only run CUDA to run on XPU. Below is an evidence: