Skip to content

Commit

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

Signed-Off By: Vivek Khandelwal <vivekkhandelwal1424@gmail.com>
  • Loading branch information
vivekkhandelwal1 authored Sep 3, 2024
1 parent 567ed44 commit 70de04a
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 @@
aa1fc68d51488dab6cf353464ea320e2a0db18f8
e8379aab48967584406c203d363b042f06437b5e
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.dev20240825
torch==2.5.0.dev20240902
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.dev20240825
torchvision==0.20.0.dev20240902

0 comments on commit 70de04a

Please sign in to comment.