Skip ios-arm64-coreml-int8 recipe when quantizer module unavailable#16486
Skip ios-arm64-coreml-int8 recipe when quantizer module unavailable#16486psiddh wants to merge 1 commit intopytorch:mainfrom
Conversation
Summary: The torch.ao.quantization.quantizer module has been migrated to torchao.quantization.pt2e.quantizer, which causes test_target_recipes to fail when the deprecated module is unavailable. This adds a try/except to gracefully skip the INT8 recipe with a warning, allowing the remaining tests to run. Tracked in pytorch#16484 for proper fix in coremltools. Differential Revision: D90215856
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/16486
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Unrelated FailureAs of commit dfb5336 with merge base 6f57750 ( NEW FAILURE - The following job has failed:
UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
Summary:
The torch.ao.quantization.quantizer module has been migrated to torchao.quantization.pt2e.quantizer, which causes test_target_recipes to fail when the deprecated module is unavailable. This adds a try/except to gracefully skip the INT8 recipe with a warning, allowing the remaining tests to run.
Tracked in #16484 for proper fix in coremltools.
Differential Revision: D90215856