File tree 2 files changed +3
-0
lines changed 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.16.1}
11
11
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:- 2.1.1}
12
12
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:- 0.16.1}
13
13
TORCHDATA_VERSION=${TORCHDATA_VERSION:- 0.7.1}
14
+ TORCHREC_VERSION=${TORCHREC_VERSION:- 0.6.0}
14
15
15
16
DRY_RUN=${DRY_RUN:- enabled}
16
17
@@ -102,6 +103,7 @@ promote_pypi() {
102
103
# promote_s3 torchaudio whl "${TORCHAUDIO_VERSION}"
103
104
# promote_s3 torchtext whl "${TORCHTEXT_VERSION}"
104
105
# promote_s3 torchdata whl "${TORCHDATA_VERSION}"
106
+ # promote_s3 torchrec whl "${TORCHREC_VERSION}"
105
107
# promote_s3 "libtorch-*" libtorch "${PYTORCH_VERSION}"
106
108
107
109
# promote_conda torchtriton conda "2.1.0"
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.16.1}
6
6
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:- 2.1.1}
7
7
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:- 0.16.1}
8
8
TORCHDATA_VERSION=${TORCHDATA_VERSION:- 0.7.1}
9
+ TORCHREC_VERSION=${TORCHREC_VERSION:- 0.6.0}
You can’t perform that action at this time.
0 commit comments