mirror of https://github.com/llvm/torch-mlir
build: manually update PyTorch version (#1631)
Sets PyTorch and TorchVision version to nightly release 2022-11-22.pull/1629/head
parent
bfcfd60d55
commit
e206db2761
|
@ -1 +1 @@
|
|||
b7c4176df3a734ad040c604c500d1a57e12d9083
|
||||
f44ba7d75dc53b522926f270340f4f3d4509dd37
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
|
||||
--pre
|
||||
torch==1.14.0.dev20221114
|
||||
torchvision==0.15.0.dev20221114
|
||||
torch==1.14.0.dev20221122
|
||||
torchvision==0.15.0.dev20221122
|
||||
|
|
Loading…
Reference in New Issue