Skip to content

Commit 3db6aea

Browse files
build: manually update PyTorch version (#4043)
This commit sets the PyTorch and TorchVision version to nightly release 2025-02-23. ----- Signed-off-by: Vivek Khandelwal <[email protected]>
1 parent ebc929f commit 3db6aea

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

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

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

0 commit comments

Comments
 (0)