Commit ba15e86
committed
test: unskip eager CoreML int8-activation export tests as they now pass
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).1 parent 58d3b60 commit ba15e86
1 file changed
Lines changed: 0 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | 97 | | |
105 | 98 | | |
106 | 99 | | |
| |||
121 | 114 | | |
122 | 115 | | |
123 | 116 | | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | 117 | | |
132 | 118 | | |
133 | 119 | | |
| |||
0 commit comments