diff --git a/release/promote.sh b/release/promote.sh index b7171027b..8b7939783 100644 --- a/release/promote.sh +++ b/release/promote.sh @@ -12,13 +12,7 @@ TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.3.0} TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.18.0} TORCHREC_VERSION=${TORCHREC_VERSION:-0.8.0} TENSORRT_VERSION=${TENSORRT_VERSION:-2.2.0} - -# NB: FBGEMMGPU uses the practice of keeping rc version in the filename, i.e. -# fbgemm_gpu-0.6.0rc1+cpu-cp311-cp311. On the other hand, its final RC will -# be without rc suffix, fbgemm_gpu-0.6.0+cpu-cp311-cp311, and that's the one -# ready to be promoted. So, keeping a + here in the version name allows the -# promote script to find the correct binaries -FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:-0.8.0+} +FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:-1.0.0} DRY_RUN=${DRY_RUN:-enabled} diff --git a/release/release_versions.sh b/release/release_versions.sh index 7675df91a..32e8c47d8 100644 --- a/release/release_versions.sh +++ b/release/release_versions.sh @@ -10,11 +10,4 @@ TENSORRT_VERSION=${TENSORRT_VERSION:-2.4.0} EXECUTORCH_VERSION=${EXECUTORCH_VERSION:-0.3.0} TORCHAO_VERSION=${TORCHAO_VERSION:-0.4.0} TORCHTUNE_VERSION=${TORCHTUNE_VERSION:-0.2.1} - - -# NB: FBGEMMGPU uses the practice of keeping rc version in the filename, i.e. -# fbgemm_gpu-0.6.0rc1+cpu-cp311-cp311. On the other hand, its final RC will -# be without rc suffix, fbgemm_gpu-0.6.0+cpu-cp311-cp311, and that's the one -# ready to be promoted. So, keeping a + here in the version name allows the -# promote script to find the correct binaries -FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:-0.8.0+} +FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:-1.0.0}