From 3f46348e8ec0c7fbaf3036072a0c298ecfcf2a84 Mon Sep 17 00:00:00 2001 From: Vivek Khandelwal Date: Wed, 18 Sep 2024 12:00:15 +0530 Subject: [PATCH] build: manually update PyTorch version (#3715) Set PyTorch and TorchVision version to nightly release 2024-09-16. Signed-Off By: Vivek Khandelwal --- projects/pt1/e2e_testing/xfail_sets.py | 22 ++++++++++++++++++++++ pytorch-hash.txt | 2 +- pytorch-requirements.txt | 2 +- torchvision-requirements.txt | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/projects/pt1/e2e_testing/xfail_sets.py b/projects/pt1/e2e_testing/xfail_sets.py index 0bb39ad3b..0e66d1cd3 100644 --- a/projects/pt1/e2e_testing/xfail_sets.py +++ b/projects/pt1/e2e_testing/xfail_sets.py @@ -504,6 +504,17 @@ FX_IMPORTER_XFAIL_SET = { "ViewCollapseDynamicWithAtenSizeIntModule_basic", "ViewSizeFromOtherTensor_basic", "WeightNormInterfaceModule_basic", + # Error: `aten.as_strided` op is not supported + "ChunkListUnpackDynamic_Module_basic", + "ChunkListUnpackUnevenDynamic_Module_basic", + "ChunkListUnpackUneven_Module_basic", + "ChunkListUnpack_Module_basic", + "SplitTensorGetItem_Module_basic", + "SplitTensorLastSmallerModule_basic", + "SplitTensorListUnpackModule_basic", + "SplitTensorNegativeDimModule_basic", + "SplitWithSizesListUnpackModule_basic", + "SplitWithSizes_Module_basic", } FX_IMPORTER_CRASHING_SET = LINALG_CRASHING_SET | { @@ -899,6 +910,17 @@ FX_IMPORTER_STABLEHLO_XFAIL_SET = { "UpSampleNearest2dBackward_basic", "ViewCollapseDynamicWithAtenSizeIntModule_basic", "ViewSizeFromOtherTensor_basic", + # Error: `aten.as_strided` op is not supported + "ChunkListUnpackDynamic_Module_basic", + "ChunkListUnpackUnevenDynamic_Module_basic", + "ChunkListUnpackUneven_Module_basic", + "ChunkListUnpack_Module_basic", + "SplitTensorGetItem_Module_basic", + "SplitTensorLastSmallerModule_basic", + "SplitTensorListUnpackModule_basic", + "SplitTensorNegativeDimModule_basic", + "SplitWithSizesListUnpackModule_basic", + "SplitWithSizes_Module_basic", } FX_IMPORTER_STABLEHLO_CRASHING_SET = { diff --git a/pytorch-hash.txt b/pytorch-hash.txt index 54a5f3e72..e6925022a 100644 --- a/pytorch-hash.txt +++ b/pytorch-hash.txt @@ -1 +1 @@ -995ec16c7adf111348db617fa59e22e7ef9d7a3c +79d8db50043ace9938cbbf4230b3515894452271 diff --git a/pytorch-requirements.txt b/pytorch-requirements.txt index 0cfd2a2e6..e50e77929 100644 --- a/pytorch-requirements.txt +++ b/pytorch-requirements.txt @@ -1,3 +1,3 @@ -f https://download.pytorch.org/whl/nightly/cpu/torch/ --pre -torch==2.5.0.dev20240909 +torch==2.6.0.dev20240916 diff --git a/torchvision-requirements.txt b/torchvision-requirements.txt index 7a239f263..0baf279cc 100644 --- a/torchvision-requirements.txt +++ b/torchvision-requirements.txt @@ -1,3 +1,3 @@ -f https://download.pytorch.org/whl/nightly/cpu/torchvision/ --pre -torchvision==0.20.0.dev20240909 +torchvision==0.20.0.dev20240916