From 7a1cea92cc7040115d0db00bb0cc0ba213047799 Mon Sep 17 00:00:00 2001 From: Max Ren Date: Fri, 31 May 2024 13:05:48 -0400 Subject: [PATCH 1/4] [0.2.1 Release] Update third-party/pytorch to 2.3.1 rc --- third-party/pytorch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/pytorch b/third-party/pytorch index 23961cef856..63d5e9221be 160000 --- a/third-party/pytorch +++ b/third-party/pytorch @@ -1 +1 @@ -Subproject commit 23961cef8565b2d01db5280ab518939b74bd5ff5 +Subproject commit 63d5e9221bedd1546b7d364b5ce4171547db12a9 From ba567de7f31adc573630efb7c4fc08349370b766 Mon Sep 17 00:00:00 2001 From: Max Ren Date: Mon, 3 Jun 2024 17:48:10 -0400 Subject: [PATCH 2/4] update third-party/pytorch to v2.3.1-rc3 and update install_requirements to patched release --- install_requirements.sh | 6 +++--- third-party/pytorch | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/install_requirements.sh b/install_requirements.sh index 7918ea7e1b8..641048ba878 100755 --- a/install_requirements.sh +++ b/install_requirements.sh @@ -63,8 +63,8 @@ TORCH_URL="https://download.pytorch.org/whl/test/cpu" # pip packages needed by exir. EXIR_REQUIREMENTS=( - torch=="2.3.0" - torchvision=="0.18.0" + torch=="2.3.1" + torchvision=="0.18.1" ) # pip packages needed for development. @@ -81,7 +81,7 @@ DEVEL_REQUIREMENTS=( # TODO(dbort): Make each example publish its own requirements.txt EXAMPLES_REQUIREMENTS=( timm==0.6.13 - torchaudio=="2.3.0" + torchaudio=="2.3.1" torchsr==1.0.4 transformers==4.38.2 ) diff --git a/third-party/pytorch b/third-party/pytorch index 63d5e9221be..d44533f9d07 160000 --- a/third-party/pytorch +++ b/third-party/pytorch @@ -1 +1 @@ -Subproject commit 63d5e9221bedd1546b7d364b5ce4171547db12a9 +Subproject commit d44533f9d073df13895333e70b66f81c513c1889 From 4acc23c263284d80deed175437dd07a3960be736 Mon Sep 17 00:00:00 2001 From: Max Ren Date: Tue, 4 Jun 2024 15:07:30 -0400 Subject: [PATCH 3/4] update pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 732a00b6047..2c727e3cf80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,9 +60,9 @@ dependencies=[ "ruamel.yaml", "sympy", "tabulate", - "torch==2.3", - "torchvision==0.18", - "torchaudio==2.3", + "torch==2.3.1", + "torchvision==0.18.1", + "torchaudio==2.3.1", ] [project.urls] From b9f1754e14d892e61a2cbf150fbad088869064f9 Mon Sep 17 00:00:00 2001 From: Max Ren Date: Wed, 5 Jun 2024 22:54:14 -0400 Subject: [PATCH 4/4] update pytorch/third-party to official 2.3.1 release tag --- third-party/pytorch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/pytorch b/third-party/pytorch index d44533f9d07..63d5e9221be 160000 --- a/third-party/pytorch +++ b/third-party/pytorch @@ -1 +1 @@ -Subproject commit d44533f9d073df13895333e70b66f81c513c1889 +Subproject commit 63d5e9221bedd1546b7d364b5ce4171547db12a9