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
Vivek Khandelwal 2022-11-29 18:35:58 +05:30
parent f4d4743f08
commit 4d49c44967
3 changed files with 7 additions and 3 deletions

View File

@ -771,4 +771,8 @@ LTC_XFAIL_SET = {
"VarMeanCorrectionModule_basic",
"VarMeanCorrectionNoneModule_basic",
"PrimsConvertElementTypeModule_basic",
"CopyModule_basic",
"CopyWithDifferentDTypesAndSizesModule_basic",
"CopyWithDifferentDTypesModule_basic",
"CopyWithDifferentSizesModule_basic",
}

View File

@ -1 +1 @@
f44ba7d75dc53b522926f270340f4f3d4509dd37
c528648f5627a5f2dc4a1f88056be7c026b65621

View File

@ -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