Skip to content

Commit b5c56a2

Browse files
Update
[ghstack-poisoned]
1 parent fab2d54 commit b5c56a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backends/xnnpack/test/recipes/test_xnnpack_recipes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def test_int8_static_quant_recipe(self) -> None:
114114
export_recipe=export_recipe,
115115
)
116116
self._compare_eager_quantized_model_outputs(
117-
session, example_inputs, 1e-3
117+
session, example_inputs, 1e-2
118118
)
119119
self.check_fully_delegated(session.get_executorch_program())
120120
self._compare_eager_unquantized_model_outputs(
@@ -152,7 +152,7 @@ def forward(self, x) -> torch.Tensor:
152152
)
153153
self.check_fully_delegated(session.get_executorch_program())
154154
self._compare_eager_quantized_model_outputs(
155-
session, example_inputs, 1e-3
155+
session, example_inputs, 1e-2
156156
)
157157
self._compare_eager_unquantized_model_outputs(
158158
session, model, example_inputs

0 commit comments

Comments
 (0)