mirror of https://github.com/llvm/torch-mlir
update PyTorch version to 2.1.0.dev20230812 (#2393)
- torch version: 2.1.0.dev20230812 - torch commit hash: c9397a7bc833cdfdf64aa023631ae5e1c7e9cee4 - torchvision version: 0.16.0.dev20230812 Co-authored-by: Roll PyTorch Action <torch-mlir@users.noreply.github.com>pull/2394/head snapshot-20230813.929
parent
ff762100b8
commit
17f1300dde
|
@ -1 +1 @@
|
||||||
422297f87fc25191bb392486c4bb8d25c4785d15
|
c9397a7bc833cdfdf64aa023631ae5e1c7e9cee4
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
|
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
|
||||||
--pre
|
--pre
|
||||||
torch==2.1.0.dev20230811
|
torch==2.1.0.dev20230812
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
|
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
|
||||||
--pre
|
--pre
|
||||||
torchvision==0.16.0.dev20230811
|
torchvision==0.16.0.dev20230812
|
||||||
|
|
Loading…
Reference in New Issue