8000 Update FBGEMM version to v0.8.0 (#1933) · pytorch/builder@f22368f · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit f22368f

Browse files
authored
Update FBGEMM version to v0.8.0 (#1933)
* Update FBGEMM version to v0.8.0 * Update FBGEMM version to v0.8.0
1 parent a427f8b commit f22368f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

release/promote.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ TENSORRT_VERSION=${TENSORRT_VERSION:-2.2.0}
1818
# be without rc suffix, fbgemm_gpu-0.6.0+cpu-cp311-cp311, and that's the one
1919
# ready to be promoted. So, keeping a + here in the version name allows the
2020
# promote script to find the correct binaries
21-
FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:-0.7.0+}
21+
FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:-0.8.0+}
2222

2323
DRY_RUN=${DRY_RUN:-enabled}
2424

release/release_versions.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ TORCHREC_VERSION=${TORCHREC_VERSION:-0.8.0}
99
TENSORRT_VERSION=${TENSORRT_VERSION:-2.2.0}
1010
EXECUTORCH_VERSION=${EXECUTORCH_VERSION:-0.2.1}
1111

12+
1213
# NB: FBGEMMGPU uses the practice of keeping rc version in the filename, i.e.
1314
# fbgemm_gpu-0.6.0rc1+cpu-cp311-cp311. On the other hand, its final RC will
1415
# be without rc suffix, fbgemm_gpu-0.6.0+cpu-cp311-cp311, and that's the one
1516
# ready to be promoted. So, keeping a + here in the version name allows the
1617
# promote script to find the correct binaries
17-
FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:-0.7.0+}
18+
FBGEMMGPU_VERSION=${FBGEMMGPU_VERSION:-0.8.0+}

0 commit comments

Comments
 (0)
0