-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
update test #773
update test #773
Conversation
👋 Hi! Thank you for contributing to llm-compressor. Please add the ready label when the PR is ready for review. |
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.
Seems to be another issue at play
ValueError: Trying to set a tensor of shape torch.Size([64, 1]) in "weight_scale" (which has shape torch.Size([64, 0])), this looks incorrect.
Yup I was trying to figure out why this is showing up now. This PR fixes this. While doing that: neuralmagic/compressed-tensors#178 I decided to also enhance test coverage, hence this PR. |
SUMMARY:
"please provide a brief summary"
TEST PLAN:
"please outline how the changes were tested"