Skip to content

Commit 55b339d

Browse files
authored
Add fbgemm to promote s3 script (#1681)
1 parent c162c75 commit 55b339d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

release/promote.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.1.1}
1212
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.16.1}
1313
TORCHDATA_VERSION=${TORCHDATA_VERSION:-0.7.1}
1414
TORCHREC_VERSION=${TORCHREC_VERSION:-0.6.0}
15+
FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:-0.6.0}
1516

1617
DRY_RUN=${DRY_RUN:-enabled}
1718

@@ -104,6 +105,7 @@ promote_pypi() {
104105
# promote_s3 torchtext whl "${TORCHTEXT_VERSION}"
105106
# promote_s3 torchdata whl "${TORCHDATA_VERSION}"
106107
# promote_s3 torchrec whl "${TORCHREC_VERSION}"
108+
# promote_s3 fbgemm-gpu whl "${FBGEMMGPU_VERSION}"
107109
# promote_s3 "libtorch-*" libtorch "${PYTORCH_VERSION}"
108110

109111
# promote_conda torchtriton conda "2.1.0"

release/release_versions.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ 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}
9+
TORCHREC_VERSION=${TORCHREC_VERSION:-0.6.0}
10+
FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:-0.6.0}

0 commit comments

Comments
 (0)