Skip to content

Commit

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

Signed-Off By: Vivek Khandelwal <[email protected]>
  • Loading branch information
vivekkhandelwal1 authored Apr 29, 2024
1 parent 2176176 commit 087fea0
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 @@
0a3e5f5badd8a0cb7fac97f5ec9d48c304e5c0b7
34ade3521ca41f20af3469bba276c2b0499c3892
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_nightly.html
--pre
torch==2.4.0.dev20240422
torch==2.4.0.dev20240428
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/torch_nightly.html
--pre
torchvision==0.19.0.dev20240422
torchvision==0.19.0.dev20240428

0 comments on commit 087fea0

Please sign in to comment.