mirror of https://github.com/llvm/torch-mlir
build: manually update PyTorch version
Set PyTorch and TorchVision version to nightly release 2022-11-22. Add failing tests to the xfail set. Signed-Off By: Vivek Khandelwal<vivek@nod-labs.com>pull/1653/head
parent
f4d4743f08
commit
4d49c44967
|
@ -771,4 +771,8 @@ LTC_XFAIL_SET = {
|
|||
"VarMeanCorrectionModule_basic",
|
||||
"VarMeanCorrectionNoneModule_basic",
|
||||
"PrimsConvertElementTypeModule_basic",
|
||||
"CopyModule_basic",
|
||||
"CopyWithDifferentDTypesAndSizesModule_basic",
|
||||
"CopyWithDifferentDTypesModule_basic",
|
||||
"CopyWithDifferentSizesModule_basic",
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
f44ba7d75dc53b522926f270340f4f3d4509dd37
|
||||
c528648f5627a5f2dc4a1f88056be7c026b65621
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
|
||||
--pre
|
||||
torch==1.14.0.dev20221122
|
||||
torchvision==0.15.0.dev20221122
|
||||
torch==1.14.0.dev20221129
|
||||
torchvision==0.15.0.dev20221129
|
||||
|
|
Loading…
Reference in New Issue