mirror of https://github.com/llvm/torch-mlir
build: manually update PyTorch version
Set PyTorch and TorchVision version to nightly release 2023-12-04. Signed-Off By: Vivek Khandelwal <vivekkhandelwal1424@gmail.com>pull/2612/head snapshot-20231205.1043
parent
400752ca8d
commit
10b5432e7d
|
@ -24,10 +24,6 @@ LINALG_XFAIL_SET = COMMON_TORCH_MLIR_LOWERING_XFAILS | {
|
|||
TORCHDYNAMO_XFAIL_SET = {
|
||||
#### General TorchDynamo/PyTorch errors
|
||||
|
||||
# RecursionError: maximum recursion depth exceeded
|
||||
# RuntimeError: Failed running call_function aten.lift_fresh_copy(...
|
||||
# https://github.com/pytorch/pytorch/issues/89627
|
||||
"LiftFreshCopyModule_basic",
|
||||
# TypeError: new_empty(): argument 'size' (position 1) must be tuple of ints, but found element of type NoneType at pos 0
|
||||
# RuntimeError: Failed running call_function aten.convolution_backward(...
|
||||
# https://github.com/pytorch/pytorch/issues/89629
|
||||
|
|
|
@ -1 +1 @@
|
|||
a5a404865c01f86881f6b3ab0cd9a562d0b420de
|
||||
a111e45dfe64cd565b2c0369b683f67d6658d2cc
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
|
||||
--pre
|
||||
torch==2.2.0.dev20231115
|
||||
torch==2.2.0.dev20231204
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
|
||||
--pre
|
||||
torchvision==0.17.0.dev20231115
|
||||
torchvision==0.17.0.dev20231204
|
||||
|
|
Loading…
Reference in New Issue