From 82e7f8bf15b9d7e4b10f5155f4f3a6582fec00bf Mon Sep 17 00:00:00 2001 From: atalman Date: Thu, 22 Sep 2022 09:57:36 -0700 Subject: [PATCH] Update aarch64 script to latest one --- build_aarch64_wheel.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_aarch64_wheel.py b/build_aarch64_wheel.py index ee3fa54d1..62c813c0c 100755 --- a/build_aarch64_wheel.py +++ b/build_aarch64_wheel.py @@ -284,6 +284,7 @@ def build_torchvision(host: RemoteHost, *, "v1.10.2": ("0.11.3", "rc1"), "v1.11.0": ("0.12.0", "rc1"), "v1.12.0": ("0.13.0", "rc4"), + "v1.12.1": ("0.13.1", "rc6"), }) print('Building TorchVision wheel') build_vars = "" @@ -328,6 +329,7 @@ def build_torchtext(host: RemoteHost, *, "v1.10.2": ("0.11.2", "rc1"), "v1.11.0": ("0.12.0", "rc1"), "v1.12.0": ("0.13.0", "rc2"), + "v1.12.1": ("0.13.1", "rc5"), }) print('Building TorchText wheel') build_vars = "" @@ -367,6 +369,7 @@ def build_torchaudio(host: RemoteHost, *, "v1.10.2": ("0.10.2", "rc1"), "v1.11.0": ("0.11.0", "rc1"), "v1.12.0": ("0.12.0", "rc3"), + "v1.12.1": ("0.12.1", "rc5"), }) print('Building TorchAudio wheel') build_vars = ""