build: manually update PyTorch version

Set PyTorch and TorchVision version to nightly release 2023-01-15.

Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com>
pull/1805/head snapshot-20230116.720
Vivek Khandelwal 2023-01-16 11:25:46 +05:30
parent 3f49ba9fe2
commit 924503c436
3 changed files with 3 additions and 4 deletions

View File

@ -767,7 +767,6 @@ LTC_XFAIL_SET = {
"ElementwiseRemainderScalarModule_Bool_basic",
"AtenIntTensorByteDtypeModule_basic",
"AtenIntTensorCharDtypeModule_basic",
"MaskedFillTensorIntValueStaticModule_basic",
"Fill_TensorFloat32WithFloat32_basic",
"Fill_TensorFloat32WithFloat64_basic",
"Fill_TensorFloat32WithInt64_basic",

View File

@ -1 +1 @@
c202ddde8dc97c331108651139a0f28ca75a7c83
868797ac1f173cfe188a0d0641297f9ddb372348

View File

@ -1,4 +1,4 @@
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
--pre
torch==2.0.0.dev20230114
torchvision==0.15.0.dev20230114
torch==2.0.0.dev20230115
torchvision==0.15.0.dev20230115