Skip to content

Commit 22bccce

Browse files
Update xfail_sets.py
1 parent 9d5bf2b commit 22bccce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/pt1/e2e_testing/xfail_sets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3442,7 +3442,7 @@
34423442
"ElementwiseBitwiseAndStaticShapeModule_basic",
34433443
}
34443444

3445-
if torch_version_for_comparison() <= version.parse("2.8.0.dev"):
3445+
if torch_version_for_comparison() < version.parse("2.9.0.dev"):
34463446
ONNX_XFAIL_SET = ONNX_XFAIL_SET | {
34473447
# ERROR: value (Tensor with shape=[2, 3, 8, 20], dtype=torch.float32, min=+nan, max=+nan, mean=+nan) is not close to golden value (Tensor with shape=[2, 3, 8, 20], dtype=torch.float32, min=-2.394, max=+2.454, mean=-0.02828)
34483448
"ScaledDotProductAttentionBoolMaskModule_basic",

0 commit comments

Comments
 (0)