Skip to content

Commit 9b15a0f

Browse files
Update base for Update on "[executorch] Add coreml quant recipes"
Fixing tests for stack that got reverted: #13265 Adds coreml quant recipes after FP32/16 recipes added in #13121 Recipes added: PT2E_INT8_STATIC PT2E_INT8_WEIGHT_ONLY INT4_WEIGHT_ONLY_PER_CHANNEL INT4_WEIGHT_ONLY_PER_GROUP INT8_WEIGHT_ONLY_PER_CHANNEL INT8_WEIGHT_ONLY_PER_GROUP CODEBOOK_WEIGHT_ONLY Differential Revision: [D80206542](https://our.internmc.facebook.com/intern/diff/D80206542/) [ghstack-poisoned]
1 parent 808e9ea commit 9b15a0f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

backends/xnnpack/test/recipes/test_xnnpack_recipes.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,6 @@ def forward(self, x) -> torch.Tensor:
154154
self._compare_eager_quantized_model_outputs(
155155
session, example_inputs, 1e-3
156156
)
157-
self._compare_eager_unquantized_model_outputs(
158-
session, model, example_inputs, 14
159-
)
160157

161158
def _get_recipe_for_quant_type(self, quant_type: QuantType) -> XNNPackRecipeType:
162159
# Map QuantType to corresponding recipe name.

0 commit comments

Comments
 (0)