-
Notifications
You must be signed in to change notification settings - Fork 532
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.dev20231002 (#2497)
torch version: 2.2.0.dev20231002 torch commit hash: 4dae8b49630d2784f6a5d8726db30923e2d1e077 torchvision version: 0.17.0.dev20231002 Co-authored-by: Roll PyTorch Action <torch-mlir@users.noreply.github.com>
- Loading branch information
1 parent
9293326
commit b75c208
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 @@ | ||
fecde478ac83edf78e7d0e9d11ab73cb1580f6cf | ||
4dae8b49630d2784f6a5d8726db30923e2d1e077 |
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.dev20230928 | ||
torch==2.2.0.dev20231002 |
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.dev20230928 | ||
torchvision==0.17.0.dev20231002 |