diff --git a/lib/Dialect/Torch/Transforms/AbstractInterpLibrary.cpp b/lib/Dialect/Torch/Transforms/AbstractInterpLibrary.cpp index 0ccf0d2b68f8..ddf20cf7653b 100644 --- a/lib/Dialect/Torch/Transforms/AbstractInterpLibrary.cpp +++ b/lib/Dialect/Torch/Transforms/AbstractInterpLibrary.cpp @@ -6172,7 +6172,7 @@ StringRef mlir::torch::Torch::getAbstractInterpLibrary() { " %true = torch.constant.bool true\n" " %none = torch.constant.none\n" " %str_0 = torch.constant.str \"AssertionError: \"\n" -" %str_1 = torch.constant.str \"The dims of tensor b ({}) must be less than or equal tothe dims of tensor a ({}) \"\n" +" %str_1 = torch.constant.str \"The dims of tensor b ({}) must be less than or equal to the dims of tensor a ({}) \"\n" " %int0 = torch.constant.int 0\n" " %int1 = torch.constant.int 1\n" " %0 = torch.aten.len.t %arg0 : !torch.list -> !torch.int\n" diff --git a/projects/pt1/e2e_testing/xfail_sets.py b/projects/pt1/e2e_testing/xfail_sets.py index 2bbd0c6cf448..d9a2e4fe3223 100644 --- a/projects/pt1/e2e_testing/xfail_sets.py +++ b/projects/pt1/e2e_testing/xfail_sets.py @@ -3442,7 +3442,7 @@ "ElementwiseBitwiseAndStaticShapeModule_basic", } -if torch_version_for_comparison() >= version.parse("2.5.0.dev"): +if torch_version_for_comparison() < version.parse("2.9.0.dev"): ONNX_XFAIL_SET = ONNX_XFAIL_SET | { # 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) "ScaledDotProductAttentionBoolMaskModule_basic", diff --git a/pytorch-hash.txt b/pytorch-hash.txt index 78a565a9fc8e..01768d4855e9 100644 --- a/pytorch-hash.txt +++ b/pytorch-hash.txt @@ -1 +1 @@ -382411c3d8fe3b2eed522fa97c24e8caa9530bec +b81cea13b4b550be771b50553c7e1af925299f30 diff --git a/pytorch-requirements.txt b/pytorch-requirements.txt index ec2cf1b2d0e1..ae87f2f8a36a 100644 --- a/pytorch-requirements.txt +++ b/pytorch-requirements.txt @@ -1,3 +1,3 @@ -f https://download.pytorch.org/whl/nightly/cpu/torch/ --pre -torch==2.8.0.dev20250622 +torch==2.9.0.dev20250813 diff --git a/torchvision-requirements.txt b/torchvision-requirements.txt index d4e5ca2a2e5e..74e8c6e8f20c 100644 --- a/torchvision-requirements.txt +++ b/torchvision-requirements.txt @@ -1,3 +1,3 @@ -f https://download.pytorch.org/whl/nightly/cpu/torchvision/ --pre -torchvision==0.23.0.dev20250622 +torchvision==0.24.0.dev20250813