Skip to content

Commit 70ab5e5

Browse files
committed
Update
[ghstack-poisoned]
1 parent 4e75b92 commit 70ab5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/wheel/test_windows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def test_model_xnnpack(model: Model, quantize: bool) -> None:
5353

5454
assert len(ref_outputs) == len(et_outputs)
5555
for i in range(len(ref_outputs)):
56-
torch.testing.assert_close(ref_outputs[i], et_outputs[i], atol=1e-4)
56+
torch.testing.assert_close(ref_outputs[i], et_outputs[i], atol=1e-4, rtol=1e-5)
5757

5858

5959
def run_tests(model_tests: List[ModelTest]) -> None:

0 commit comments

Comments
 (0)