From 99e2317ce1bc2be45f75232604687f99529400cb Mon Sep 17 00:00:00 2001 From: henrylhtsang Date: Mon, 22 Jan 2024 23:35:33 +0000 Subject: [PATCH 1/2] Add torchrec to promote s3 script --- release/promote.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release/promote.sh b/release/promote.sh index a7f273bc1..54e21ce7e 100644 --- a/release/promote.sh +++ b/release/promote.sh @@ -11,6 +11,7 @@ TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.16.1} TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.1.1} TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.16.1} TORCHDATA_VERSION=${TORCHDATA_VERSION:-0.7.1} +TORCHREC_VERSION=${TORCHREC_VERSION:-0.6.0} DRY_RUN=${DRY_RUN:-enabled} @@ -102,6 +103,7 @@ promote_pypi() { # promote_s3 torchaudio whl "${TORCHAUDIO_VERSION}" # promote_s3 torchtext whl "${TORCHTEXT_VERSION}" # promote_s3 torchdata whl "${TORCHDATA_VERSION}" +# promote_s3 torchrec whl "${TORCHREC_VERSION}" # promote_s3 "libtorch-*" libtorch "${PYTORCH_VERSION}" # promote_conda torchtriton conda "2.1.0" From 50f0d625e8fab584d3c8b8a58317b1236f3f4019 Mon Sep 17 00:00:00 2001 From: henrylhtsang Date: Tue, 23 Jan 2024 00:46:01 +0000 Subject: [PATCH 2/2] Add torchrec version to release_version.sh --- release/release_versions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/release/release_versions.sh b/release/release_versions.sh index d362cb1ca..53dbe435b 100644 --- a/release/release_versions.sh +++ b/release/release_versions.sh @@ -6,3 +6,4 @@ TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.16.1} TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.1.1} TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.16.1} TORCHDATA_VERSION=${TORCHDATA_VERSION:-0.7.1} +TORCHREC_VERSION=${TORCHREC_VERSION:-0.6.0} \ No newline at end of file