Skip to content
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

WIP hqq-mix perf tests #470

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

WIP hqq-mix perf tests #470

wants to merge 1 commit into from

Conversation

HDCharles
Copy link
Contributor

Summary:

running into an error, unsure if its caused by the unwrap_tensor_subclass or what

with unwrap: I can't call nn.functional.linear because its missing detach, but inserting all the detaches in the world doesn't fix it

without unwrap: I can't torch.compile it
Test Plan:
python test/test_integration.py -k
"test_int4_weight_only_hqq_mixed_quant_subclass_api_grouped"

Reviewers:

Subscribers:

Tasks:

Tags:

Copy link

pytorch-bot bot commented Jul 3, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/470

Note: Links to docs will display an error until the docs builds have been completed.

❌ 2 Cancelled Jobs

As of commit 579241b with merge base 5d22ad2 (image):

CANCELLED JOBS - The following jobs were cancelled. Please retry:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 3, 2024
Summary:

running into an error, unsure if its caused by the
unwrap_tensor_subclass or what

with unwrap: I can't call nn.functional.linear because its missing
detach, but inserting all the detaches in the world doesn't fix it

without unwrap: I can't torch.compile it
Test Plan:
python test/test_integration.py -k
"test_int4_weight_only_hqq_mixed_quant_subclass_api_grouped"

Reviewers:

Subscribers:

Tasks:

Tags:
quantize_affine,
)
from torchao.quantization.utils import unpack_tinygemm_scales_and_zeros
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed in #471

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants