forked from llvm/torch-mlir
-
Notifications
You must be signed in to change notification settings - Fork 0
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.dev20231114 (llvm#2574)
torch version: 2.2.0.dev20231114 torch commit hash: ec2f8fd2f1ac81996641848d9c7b904fddbbf9cf torchvision version: 0.17.0.dev20231114 Co-authored-by: Roll PyTorch Action <torch-mlir@users.noreply.github.com>
- Loading branch information
1 parent
dde66e6
commit d734f78
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 @@ | ||
a45a8bf9e7e1530692f2703f8da430bc2825af7c | ||
ec2f8fd2f1ac81996641848d9c7b904fddbbf9cf |
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.dev20231113 | ||
torch==2.2.0.dev20231114 |
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.dev20231113 | ||
torchvision==0.17.0.dev20231114 |