-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: manually update PyTorch version
Set PyTorch and TorchVision version to nightly release 2024-10-06 Signed-Off By: Vivek Khandelwal <[email protected]>
- Loading branch information
1 parent
f4840ed
commit 8c108f1
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
79d8db50043ace9938cbbf4230b3515894452271 | ||
c9a3e50fbfa49981ec176eb1845fd82b3cbe08da |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.6.0.dev20240916 | ||
torch==2.6.0.dev20241006 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.dev20240916 | ||
torchvision==0.20.0.dev20241006 |