Skip to content

Commit 50fb33d

Browse files
authored
Update FBGEMM_GPU_VERSION to 1.8.0 (#8519)
Promotes fbgemm-gpu, 1.8.0 from the test channel to stable. This release aligns with PyTorch 2.13. ### Note: re-cut of the initial 1.8.0 GPU wheels The first 1.8.0 wheels were built against a stale PyTorch version, which produced an ABI mismatch.
1 parent 682f514 commit 50fb33d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release/release_versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ TORCH_TENSORRT_RTX_VERSION=${TORCH_TENSORRT_VERSION}
1515
TORCHAO_VERSION=${TORCHAO_VERSION:-0.18.0}
1616
TORCHDATA_VERSION=${TORCHDATA_VERSION:-0.11.0}
1717
TORCHTUNE_VERSION=${TORCHTUNE_VERSION:-0.2.1}
18-
FBGEMM_GPU_VERSION=${FBGEMM_GPU_VERSION:-1.7.0}
18+
FBGEMM_GPU_VERSION=${FBGEMM_GPU_VERSION:-1.8.0}
1919
FBGEMM_GPU_GENAI_VERSION=${FBGEMM_GPU_VERSION}
2020
MSLK_VERSION=${MSLK_VERSION:-1.3.0}
2121
FLASH_ATTN_3_VERSION=${FLASH_ATTN_3_VERSION:-3.0.0}

0 commit comments

Comments
 (0)