Skip to content

test: unskip eager CoreML int8-activation export tests as they now pass - #36

Merged
guru-desh merged 1 commit into
apple:mainfrom
guru-desh:unskip-passing-eager-coreml-export-tests
Jul 14, 2026
Merged

test: unskip eager CoreML int8-activation export tests as they now pass#36
guru-desh merged 1 commit into
apple:mainfrom
guru-desh:unskip-passing-eager-coreml-export-tests

Conversation

@guru-desh

Copy link
Copy Markdown
Contributor

No description provided.

COREML_SUPPORTED_ACTIVATION_DTYPES already includes torch.int8
(src/coreai_opt/_utils/export_utils.py), and the CoreML rejection test
(test_unsupported_activation_quant_coreml_export_rejected) already
excludes int8 from its rejection list. The skip_if_unsupported guards
in test_simple_model_export and test_mnist_export were stale relative
to the source's own dtype-support contract. Verified all 216
previously-skipped configs now pass (CPU_ONLY, the only compute path
this test file exercises).
@guru-desh
guru-desh requested review from crowbat and dengqiaoyu July 13, 2026 19:26
@guru-desh guru-desh added the enhancement New feature or request label Jul 13, 2026
@guru-desh
guru-desh marked this pull request as ready for review July 13, 2026 20:09
@guru-desh
guru-desh merged commit 1001e57 into apple:main Jul 14, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants