From 4e20ceccd63eccebe78fb4c5fca620b6b247b61a Mon Sep 17 00:00:00 2001 From: Vivek Khandelwal Date: Tue, 15 Jul 2025 15:48:25 +0530 Subject: [PATCH] build: manually update PyTorch version This commit sets the PyTorch and TorchVision versions to nightly release 2025-07-14. --- lib/Dialect/Torch/Transforms/AbstractInterpLibrary.cpp | 2 +- pytorch-hash.txt | 2 +- pytorch-requirements.txt | 2 +- torchvision-requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Dialect/Torch/Transforms/AbstractInterpLibrary.cpp b/lib/Dialect/Torch/Transforms/AbstractInterpLibrary.cpp index 23f1814cc008..26ec72b9ebd4 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/pytorch-hash.txt b/pytorch-hash.txt index 78a565a9fc8e..13b827111b30 100644 --- a/pytorch-hash.txt +++ b/pytorch-hash.txt @@ -1 +1 @@ -382411c3d8fe3b2eed522fa97c24e8caa9530bec +90f1e7bed15ca5e48c61c5b6dc5ad4810524f82f diff --git a/pytorch-requirements.txt b/pytorch-requirements.txt index ec2cf1b2d0e1..8a291cedde6a 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.dev20250714 diff --git a/torchvision-requirements.txt b/torchvision-requirements.txt index d4e5ca2a2e5e..5c220c560331 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.dev20250714