Skip to content

Commit 925cf69

Browse files
Update
[ghstack-poisoned]
2 parents b5fd482 + 4eb6a03 commit 925cf69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/xnnpack/test/recipes/test_xnnpack_recipes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def test_int8_static_quant_recipe(self) -> None:
100100
export_recipe=export_recipe,
101101
)
102102
self._compare_eager_quantized_model_outputs(
103-
session, example_inputs, 1e-2
103+
session, example_inputs, 1e-1
104104
)
105105
self.check_fully_delegated(session.get_executorch_program())
106106

0 commit comments

Comments
 (0)