Skip to content

Commit 711560c

Browse files
build: manually update PyTorch version (#4088)
This commit sets the PyTorch and TorchVision versions to nightly release 2025-03-10. --------- Signed-off-by: Vivek Khandelwal <[email protected]>
1 parent e355217 commit 711560c

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-
d13587dfbffb169f02bb1e660256fdb186bd9e72
1+
cdb42bd8cc05bef0ec9b682b274c2acb273f2d62

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.7.0.dev20250304
3+
torch==2.7.0.dev20250310

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.22.0.dev20250304
3+
torchvision==0.22.0.dev20250310

0 commit comments

Comments
 (0)