-
Notifications
You must be signed in to change notification settings - Fork 684
Enable kwarg inputs for pt2e quantize #7436
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/7436
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 2 PendingAs of commit 4655850 with merge base 4b85ee2 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
8e44df2
to
945cdf5
Compare
945cdf5
to
f57d701
Compare
@jackzhxng has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@jackzhxng has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
2 similar comments
@jackzhxng has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@jackzhxng has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: For quantizing models that have kwarg forward() inputs, such as TorchTune Llama models Test Plan: N/A Reviewed By: tarun292 Differential Revision: D70206003 Pulled By: jackzhxng
4336c2e
to
4655850
Compare
This pull request was exported from Phabricator. Differential Revision: D70206003 |
Summary
For quantizing models that have kwarg forward() inputs, such as TorchTune Llama models
Test plan
N/A