-
Notifications
You must be signed in to change notification settings - Fork 360
Molly/quantization ut #3249
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
base: main
Are you sure you want to change the base?
Molly/quantization ut #3249
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/3249
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 9c8e66b with merge base ba3ac9f ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
To add the ciflow label This helps ensure we don't trigger CI on this PR until it is actually authorized to do so. Please ping one of the reviewers if you do not have access to approve and run workflows. |
|
To add the ciflow label This helps ensure we don't trigger CI on this PR until it is actually authorized to do so. Please ping one of the reviewers if you do not have access to approve and run workflows. |
| ("multiple_tokens", 8, False), | ||
| ] | ||
| ) | ||
| @skip_if_no_cuda() |
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.
why need to skip xpu? similar to all "skip_if_no_cuda" changes in this file?
This PR is targeted to enable the CI for the test/quantization on XPU device.