Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 38f0b48

Browse files
authored
Update FBGEMM release v1.0.0 (#2016)
1 parent bed4204 commit 38f0b48

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

release/promote.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,7 @@ TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.3.0}
1212
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.18.0}
1313
TORCHREC_VERSION=${TORCHREC_VERSION:-0.8.0}
1414
TENSORRT_VERSION=${TENSORRT_VERSION:-2.2.0}
15-
16-
# NB: FBGEMMGPU uses the practice of keeping rc version in the filename, i.e.
17-
# fbgemm_gpu-0.6.0rc1+cpu-cp311-cp311. On the other hand, its final RC will
18-
# be without rc suffix, fbgemm_gpu-0.6.0+cpu-cp311-cp311, and that's the one
19-
# ready to be promoted. So, keeping a + here in the version name allows the
20-
# promote script to find the correct binaries
21-
FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:-0.8.0+}
15+
FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:-1.0.0}
2216

2317
DRY_RUN=${DRY_RUN:-enabled}
2418

release/release_versions.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,4 @@ TENSORRT_VERSION=${TENSORRT_VERSION:-2.4.0}
1010
EXECUTORCH_VERSION=${EXECUTORCH_VERSION:-0.3.0}
1111
TORCHAO_VERSION=${TORCHAO_VERSION:-0.4.0}
1212
TORCHTUNE_VERSION=${TORCHTUNE_VERSION:-0.2.1}
13-
14-
15-
# NB: FBGEMMGPU uses the practice of keeping rc version in the filename, i.e.
16-
# fbgemm_gpu-0.6.0rc1+cpu-cp311-cp311. On the other hand, its final RC will
17-
# be without rc suffix, fbgemm_gpu-0.6.0+cpu-cp311-cp311, and that's the one
18-
# ready to be promoted. So, keeping a + here in the version name allows the
19-
# promote script to find the correct binaries
20-
FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:-0.8.0+}
13+
FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:-1.0.0}

0 commit comments

Comments
 (0)