Skip to content

Commit

Permalink
build: manually update PyTorch version (#3692)
Browse files Browse the repository at this point in the history
Set PyTorch and TorchVision version to nightly release 2024-09-09.

Signed-Off By: Vivek Khandelwal <vivekkhandelwal1424@gmail.com>
  • Loading branch information
vivekkhandelwal1 authored Sep 10, 2024
1 parent fbb0db1 commit b5d95ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pytorch-hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e8379aab48967584406c203d363b042f06437b5e
995ec16c7adf111348db617fa59e22e7ef9d7a3c
2 changes: 1 addition & 1 deletion pytorch-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-f https://download.pytorch.org/whl/nightly/cpu/torch/
--pre
torch==2.5.0.dev20240902
torch==2.5.0.dev20240909
2 changes: 1 addition & 1 deletion torchvision-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-f https://download.pytorch.org/whl/nightly/cpu/torchvision/
--pre
torchvision==0.20.0.dev20240902
torchvision==0.20.0.dev20240909

0 comments on commit b5d95ff

Please sign in to comment.