From 67ae97f368bcb86fef5fe2d782813835d6e8c935 Mon Sep 17 00:00:00 2001 From: Vivek Khandelwal Date: Wed, 6 Sep 2023 15:51:59 +0000 Subject: [PATCH] build: manually update PyTorch version Set PyTorch and TorchVision version to nightly release 2023-09-06. Signed-Off By: Vivek Khandelwal --- e2e_testing/xfail_sets.py | 1 - pytorch-hash.txt | 2 +- pytorch-requirements.txt | 2 +- torchvision-requirements.txt | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/e2e_testing/xfail_sets.py b/e2e_testing/xfail_sets.py index a860d1be7..1152fcd5f 100644 --- a/e2e_testing/xfail_sets.py +++ b/e2e_testing/xfail_sets.py @@ -1332,7 +1332,6 @@ LTC_XFAIL_SET = { "IndexPutImpl3DFloatAccumulateModule_basic", "IndexPutImpl3DFloatNonAccumulateModule_basic", "IndexPutImplIndexWithNoneModule_basic", - "LiftFreshCopyModule_basic", "Matmul_dot", "MulIntModule_basic", "DivIntModule_basic", diff --git a/pytorch-hash.txt b/pytorch-hash.txt index 0e7ef173d..667f2fab1 100644 --- a/pytorch-hash.txt +++ b/pytorch-hash.txt @@ -1 +1 @@ -73c794dadccfcc204b7db42dc0c915978fc61434 +a618118ba9ffc33097699c120e8760c0eb0f67fc diff --git a/pytorch-requirements.txt b/pytorch-requirements.txt index 7bac14c76..00aba7e1d 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.1.0.dev20230901 +torch==2.2.0.dev20230906 diff --git a/torchvision-requirements.txt b/torchvision-requirements.txt index 04f643af5..874a3364a 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.16.0.dev20230901 +torchvision==0.16.0.dev20230906