Skip to content

Commit 4e20cec

Browse files
build: manually update PyTorch version
This commit sets the PyTorch and TorchVision versions to nightly release 2025-07-14.
1 parent c3b4d02 commit 4e20cec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/Dialect/Torch/Transforms/AbstractInterpLibrary.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6172,7 +6172,7 @@ StringRef mlir::torch::Torch::getAbstractInterpLibrary() {
61726172
" %true = torch.constant.bool true\n"
61736173
" %none = torch.constant.none\n"
61746174
" %str_0 = torch.constant.str \"AssertionError: \"\n"
6175-
" %str_1 = torch.constant.str \"The dims of tensor b ({}) must be less than or equal tothe dims of tensor a ({}) \"\n"
6175+
" %str_1 = torch.constant.str \"The dims of tensor b ({}) must be less than or equal to the dims of tensor a ({}) \"\n"
61766176
" %int0 = torch.constant.int 0\n"
61776177
" %int1 = torch.constant.int 1\n"
61786178
" %0 = torch.aten.len.t %arg0 : !torch.list<int> -> !torch.int\n"

pytorch-hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
382411c3d8fe3b2eed522fa97c24e8caa9530bec
1+
90f1e7bed15ca5e48c61c5b6dc5ad4810524f82f

pytorch-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-f https://download.pytorch.org/whl/nightly/cpu/torch/
22
--pre
3-
torch==2.8.0.dev20250622
3+
torch==2.9.0.dev20250714

torchvision-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-f https://download.pytorch.org/whl/nightly/cpu/torchvision/
22
--pre
3-
torchvision==0.23.0.dev20250622
3+
torchvision==0.24.0.dev20250714

0 commit comments

Comments
 (0)