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.
build: manually update PyTorch version
Set PyTorch and TorchVision version to nightly release 2023-02-07. Fixes llvm#1792. Signed-Off By: Vivek Khandelwal <[email protected]>
- Loading branch information
1 parent
bd75785
commit 7bd1051
Showing
3 changed files
with
3 additions
and
5 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
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 @@ | ||
0a73b08b9f262bdf8c429d96a2af7d0024c1fa73 | ||
1530b798ceeff749a7cc5833d9d9627778bd998a |
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,4 +1,4 @@ | ||
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html | ||
--pre | ||
torch==2.0.0.dev20230206 | ||
torchvision==0.15.0.dev20230206 | ||
torch==2.0.0.dev20230207 | ||
torchvision==0.15.0.dev20230207 |