Skip to content

Commit 54f1b92

Browse files
build: manually update PyTorch version (#4069)
This commit sets the PyTorch and TorchVision version to nightly release 2025-03-04. --------- Signed-off-by: Vivek Khandelwal <[email protected]>
1 parent 0d0653a commit 54f1b92

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-
52b3292d3840a9103e324a501937d7d71ad11bed
1+
d13587dfbffb169f02bb1e660256fdb186bd9e72

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

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

0 commit comments

Comments
 (0)