Skip to content

Commit f86a968

Browse files
committed
[ROCm] revert binary build matrix for test and release
Only nightly should have been updated in #7237.
1 parent 233d2be commit f86a968

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/scripts/generate_binary_build_matrix.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434

3535
ROCM_ARCHES_DICT = {
3636
"nightly": ["6.4", "7.0"],
37-
"test": ["6.4", "7.0"],
38-
"release": ["6.4", "7.0"],
37+
"test": ["6.3", "6.4"],
38+
"release": ["6.3", "6.4"],
3939
}
4040

4141
CUDA_CUDNN_VERSIONS = {

0 commit comments

Comments
 (0)