-
Notifications
You must be signed in to change notification settings - Fork 253
migrate prototype/awq to configs #1853
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
Conversation
Stack from ghstack (oldest at bottom): |
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/1853
Note: Links to docs will display an error until the docs builds have been completed. This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Summary: As titled Test Plan: ``` // note: this fails on weights only load, but the failure happens // after my changes, and already exists on main branch pytest test/prototype/test_awq.py -s -x ``` Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: a6dceb5 ghstack-comment-id: 2706766649 Pull Request resolved: #1853
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.
Change itself looks good to me but this doesn't sound good:
// note: this fails on weights only load, but the failure happens
// after my changes, and already exists on main branch
pytest test/prototype/test_awq.py -s -x
If the bug exists on main and is unrelated to these changes, how has the test been passing CI? Sounds like we should create a bug to track this and maybe the feature owner can take a look
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.
Is the model change purposeful
ah, that snuck in. No, will remove. |
in general I agree, but given that this is the prototype folder the responsibility to do what you suggested would be on the owner of awq - I'm not sure who that is :) In general for prototype folder there aren't guarantees that we'll spend our time to migrate things, if people want their thing to continue to keep working they should work on moving the feature out of prototype. |
Summary:
As titled
Test Plan:
Reviewers:
Subscribers:
Tasks:
Tags: