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" 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