-
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.
update PyTorch version to 2.2.0.dev20231021 (#2525)
torch version: 2.2.0.dev20231021 torch commit hash: 147ac6b312c4c71e89013be592dc519c81fcac4e torchvision version: 0.17.0.dev20231021 Co-authored-by: Roll PyTorch Action <torch-mlir@users.noreply.github.com>
- Loading branch information
1 parent
caa533c
commit 0acbb26
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 @@ | ||
6ffe31abcae7d580c451cea195bd52258c72ac81 | ||
147ac6b312c4c71e89013be592dc519c81fcac4e |
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_nightly.html | ||
--pre | ||
torch==2.2.0.dev20231020 | ||
torch==2.2.0.dev20231021 |
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_nightly.html | ||
--pre | ||
torchvision==0.17.0.dev20231020 | ||
torchvision==0.17.0.dev20231021 |