Skip to content

Commit dbfdb41

Browse files
build: manually update PyTorch version
This commit sets the PyTorch and TorchVision versions to nightly release 2025-07-13. Signed-off-by: Vivek Khandelwal <[email protected]>
1 parent 8cee8ed commit dbfdb41

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-
fcd40af2df7544ededc09d0d31bb10e64b7078bd
1+
8f2a1f3416d6fe8de878add2f6a98fe37482d45a

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.9.0.dev20250629
3+
torch==2.9.0.dev20250713

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.dev20250629
3+
torchvision==0.24.0.dev20250713

0 commit comments

Comments
 (0)