Skip to content

Commit 122ff0d

Browse files
authored
Add torchrec to promote s3 script (#1680)
* Add torchrec to promote s3 script * Add torchrec version to release_version.sh
1 parent 896b6df commit 122ff0d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

release/promote.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.16.1}
1111
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.1.1}
1212
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.16.1}
1313
TORCHDATA_VERSION=${TORCHDATA_VERSION:-0.7.1}
14+
TORCHREC_VERSION=${TORCHREC_VERSION:-0.6.0}
1415

1516
DRY_RUN=${DRY_RUN:-enabled}
1617

@@ -102,6 +103,7 @@ promote_pypi() {
102103
# promote_s3 torchaudio whl "${TORCHAUDIO_VERSION}"
103104
# promote_s3 torchtext whl "${TORCHTEXT_VERSION}"
104105
# promote_s3 torchdata whl "${TORCHDATA_VERSION}"
106+
# promote_s3 torchrec whl "${TORCHREC_VERSION}"
105107
# promote_s3 "libtorch-*" libtorch "${PYTORCH_VERSION}"
106108

107109
# promote_conda torchtriton conda "2.1.0"

release/release_versions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.16.1}
66
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.1.1}
77
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.16.1}
88
TORCHDATA_VERSION=${TORCHDATA_VERSION:-0.7.1}
9+
TORCHREC_VERSION=${TORCHREC_VERSION:-0.6.0}

0 commit comments

Comments
 (0)