Skip to content

Commit c555319

Browse files
committed
lower atol
1 parent 15993a2 commit c555319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_unittests/ut_torch_onnx/test_sbs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def forward(self, x):
7878
onx,
7979
(x,),
8080
check_conversion_cls=dict(
81-
cls=ExtendedReferenceEvaluator, atol=1e-5, rtol=1e-5
81+
cls=ExtendedReferenceEvaluator, atol=1e-4, rtol=1e-4
8282
),
8383
verbose=1,
8484
),

0 commit comments

Comments
 (0)