mirror of https://github.com/llvm/torch-mlir
Revert "update PyTorch version to 1.14.0.dev20221018" (#1504)
Upstream PyTorch nightly page [https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html] somehow dropped the link for torch-1.14.0.dev20221018 for macOS but not for Linux or Windows, whereas our RollPyTorch action assumes that if the nightly version is available for Linux, it is also available for macOS. This reverts the commit that changed the PyTorch version.pull/1531/head snapshot-20221019.631
parent
ad6f5848cb
commit
1d28098c3c
|
@ -1,3 +1,3 @@
|
|||
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
|
||||
--pre
|
||||
torch==1.14.0.dev20221018
|
||||
torch==1.14.0.dev20221017
|
||||
|
|
|
@ -1 +1 @@
|
|||
bd3e7187421bc7ad9a004ae165980afb17b0cf4e
|
||||
cb329eb0ba1a90b1ac5faa7d0a8f626206596601
|
||||
|
|
Loading…
Reference in New Issue