Skip to content

Commit 68011ea

Browse files
build: manually update PyTorch version (#4246)
This commit sets the PyTorch and TorchVision versions to nightly release 2025-06-29. Signed-off-by: Vivek Khandelwal <[email protected]>
1 parent 553d21d commit 68011ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pytorch-hash.txt

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

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.dev20250629

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.23.0.dev20250629

0 commit comments

Comments
 (0)