From 924503c4369332fda9add34135c0ffc77a858b96 Mon Sep 17 00:00:00 2001 From: Vivek Khandelwal Date: Mon, 16 Jan 2023 11:25:46 +0530 Subject: [PATCH] build: manually update PyTorch version Set PyTorch and TorchVision version to nightly release 2023-01-15. Signed-Off By: Vivek Khandelwal --- e2e_testing/xfail_sets.py | 1 - pytorch-hash.txt | 2 +- pytorch-requirements.txt | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/e2e_testing/xfail_sets.py b/e2e_testing/xfail_sets.py index 619d575a1..ae1a9b8be 100644 --- a/e2e_testing/xfail_sets.py +++ b/e2e_testing/xfail_sets.py @@ -767,7 +767,6 @@ LTC_XFAIL_SET = { "ElementwiseRemainderScalarModule_Bool_basic", "AtenIntTensorByteDtypeModule_basic", "AtenIntTensorCharDtypeModule_basic", - "MaskedFillTensorIntValueStaticModule_basic", "Fill_TensorFloat32WithFloat32_basic", "Fill_TensorFloat32WithFloat64_basic", "Fill_TensorFloat32WithInt64_basic", diff --git a/pytorch-hash.txt b/pytorch-hash.txt index 4c8c5eb8c..cbf7bd555 100644 --- a/pytorch-hash.txt +++ b/pytorch-hash.txt @@ -1 +1 @@ -c202ddde8dc97c331108651139a0f28ca75a7c83 +868797ac1f173cfe188a0d0641297f9ddb372348 diff --git a/pytorch-requirements.txt b/pytorch-requirements.txt index 12c5499ab..b334c757c 100644 --- a/pytorch-requirements.txt +++ b/pytorch-requirements.txt @@ -1,4 +1,4 @@ -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html --pre -torch==2.0.0.dev20230114 -torchvision==0.15.0.dev20230114 +torch==2.0.0.dev20230115 +torchvision==0.15.0.dev20230115