diff --git a/projects/pt1/e2e_testing/xfail_sets.py b/projects/pt1/e2e_testing/xfail_sets.py index eeaad869089d..f6b18595b2b4 100644 --- a/projects/pt1/e2e_testing/xfail_sets.py +++ b/projects/pt1/e2e_testing/xfail_sets.py @@ -24,10 +24,6 @@ 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 diff --git a/pytorch-hash.txt b/pytorch-hash.txt index c73e8b8ff023..2caf78c61ce4 100644 --- a/pytorch-hash.txt +++ b/pytorch-hash.txt @@ -1 +1 @@ -a5a404865c01f86881f6b3ab0cd9a562d0b420de +a111e45dfe64cd565b2c0369b683f67d6658d2cc diff --git a/pytorch-requirements.txt b/pytorch-requirements.txt index 7cdda143e55c..1cc35e3e3787 100644 --- a/pytorch-requirements.txt +++ b/pytorch-requirements.txt @@ -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 diff --git a/torchvision-requirements.txt b/torchvision-requirements.txt index 46267845fb72..5481769e4fe2 100644 --- a/torchvision-requirements.txt +++ b/torchvision-requirements.txt @@ -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