-
Notifications
You must be signed in to change notification settings - Fork 313
[CPU] Fix AWQ on CPU after refactoring #2688
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
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/2688
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit 8e94408 with merge base 7dbc816 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot label "not user facing" |
Didn't find following labels among repository labels: not user facing |
@pytorchbot label "topic: not user facing" |
Hi @jerryzh168 Could you please review this PR? Thanks. |
we have some planned changes for AWQ actually, which might require refactoring the CPU path, I'll put up soon |
@Xia-Weiwen can you work on splitting out or you can wait a bit for a dev guide that we'll have as well, hopefully will come out in 2 weeks |
@jerryzh168 Thanks for the info. Sure, I can wait until your new design is ready. |
Fix the CPU path of AWQ after the refactoring of AWQ implementation by #2400