mirror of https://github.com/llvm/torch-mlir
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
parent
3f49ba9fe2
commit
924503c436
|
@ -767,7 +767,6 @@ LTC_XFAIL_SET = {
|
||||||
"ElementwiseRemainderScalarModule_Bool_basic",
|
"ElementwiseRemainderScalarModule_Bool_basic",
|
||||||
"AtenIntTensorByteDtypeModule_basic",
|
"AtenIntTensorByteDtypeModule_basic",
|
||||||
"AtenIntTensorCharDtypeModule_basic",
|
"AtenIntTensorCharDtypeModule_basic",
|
||||||
"MaskedFillTensorIntValueStaticModule_basic",
|
|
||||||
"Fill_TensorFloat32WithFloat32_basic",
|
"Fill_TensorFloat32WithFloat32_basic",
|
||||||
"Fill_TensorFloat32WithFloat64_basic",
|
"Fill_TensorFloat32WithFloat64_basic",
|
||||||
"Fill_TensorFloat32WithInt64_basic",
|
"Fill_TensorFloat32WithInt64_basic",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
c202ddde8dc97c331108651139a0f28ca75a7c83
|
868797ac1f173cfe188a0d0641297f9ddb372348
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
|
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
|
||||||
--pre
|
--pre
|
||||||
torch==2.0.0.dev20230114
|
torch==2.0.0.dev20230115
|
||||||
torchvision==0.15.0.dev20230114
|
torchvision==0.15.0.dev20230115
|
||||||
|
|
Loading…
Reference in New Issue