This repository was archived by the owner on Aug 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.1.1}
1212TORCHTEXT_VERSION=${TORCHTEXT_VERSION:- 0.16.1}
1313TORCHDATA_VERSION=${TORCHDATA_VERSION:- 0.7.1}
1414TORCHREC_VERSION=${TORCHREC_VERSION:- 0.6.0}
15+ FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:- 0.6.0}
1516
1617DRY_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"
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.16.1}
66TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:- 2.1.1}
77TORCHTEXT_VERSION=${TORCHTEXT_VERSION:- 0.16.1}
88TORCHDATA_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}
You can’t perform that action at this time.
0 commit comments