Skip to content

Commit 030feb5

Browse files
authored
Promote FBGEMM 1.7.0 to release channel (#8484)
Promotes FBGEMM 1.7.0 wheels from the test channel to the release channel. 1.7.0 is already published on PyPI, but the download.pytorch.org `whl/release` wheels were never promoted Verified the test-channel wheel imports cleanly against its paired PyTorch 2.12:
1 parent 22b8f69 commit 030feb5

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.8.0}
18+
FBGEMM_GPU_VERSION=${FBGEMM_GPU_VERSION:-1.7.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)