mirror of https://github.com/llvm/torch-mlir
build: manually update PyTorch version
Set PyTorch and TorchVision version to nightly release 2023-09-06. Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com>pull/2442/merge
parent
b411a40b3d
commit
67ae97f368
|
@ -1332,7 +1332,6 @@ LTC_XFAIL_SET = {
|
|||
"IndexPutImpl3DFloatAccumulateModule_basic",
|
||||
"IndexPutImpl3DFloatNonAccumulateModule_basic",
|
||||
"IndexPutImplIndexWithNoneModule_basic",
|
||||
"LiftFreshCopyModule_basic",
|
||||
"Matmul_dot",
|
||||
"MulIntModule_basic",
|
||||
"DivIntModule_basic",
|
||||
|
|
|
@ -1 +1 @@
|
|||
73c794dadccfcc204b7db42dc0c915978fc61434
|
||||
a618118ba9ffc33097699c120e8760c0eb0f67fc
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
|
||||
--pre
|
||||
torch==2.1.0.dev20230901
|
||||
torch==2.2.0.dev20230906
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
|
||||
--pre
|
||||
torchvision==0.16.0.dev20230901
|
||||
torchvision==0.16.0.dev20230906
|
||||
|
|
Loading…
Reference in New Issue