Skip to content

Test PARQ with torchao activation quantization #2370

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

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

Test PARQ with torchao activation quantization #2370

wants to merge 1 commit into from

Conversation

lisjin
Copy link
Contributor

@lisjin lisjin commented Jun 12, 2025

Added a test case to show numerical equivalency between quantizing:

  1. intx weights with PARQ's UnifTorchaoQuantizer + int8 activations with torchao's FakeQuantizeConfig
  2. intx weights + int8 activations with torchao's Int8DynamicActivationIntxWeightConfig

Next steps with target EmbeddingQuantizer and PackedLinearInt8DynamicActivationIntxWeightLayout.

@lisjin lisjin requested review from andrewor14 and metascroy June 12, 2025 23:29
Copy link

pytorch-bot bot commented Jun 12, 2025

🔗 Helpful Links

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

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

❌ 2 New Failures, 1 Cancelled Job, 1 Unrelated Failure

As of commit 4c951a8 with merge base dd22777 (image):

NEW FAILURES - The following jobs have failed:

CANCELLED JOB - The following job was cancelled. Please retry:

BROKEN TRUNK - The following job failed but were present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

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 Jun 12, 2025
@lisjin lisjin added the topic: improvement Use this tag if this PR is an improvement (doesn't fit into any of the other categories) label Jun 12, 2025
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. topic: improvement Use this tag if this PR is an improvement (doesn't fit into any of the other categories)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants