Skip to content

Commit d7ac311

Browse files
authored
Update generate_binary_build_matrix.py
1 parent 4588309 commit d7ac311

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
@@ -35,7 +35,7 @@
3535
ROCM_ARCHES_DICT = {
3636
"nightly": ["7.0", "7.1"],
3737
"test": ["7.0", "7.1"],
38-
"release": ["6.3", "6.4"],
38+
"release": ["7.0", "7.1"],
3939
}
4040

4141
CUDA_CUDNN_VERSIONS = {
@@ -78,7 +78,7 @@
7878

7979
CURRENT_NIGHTLY_VERSION = "2.11.0"
8080
CURRENT_CANDIDATE_VERSION = "2.10.0"
81-
CURRENT_STABLE_VERSION = "2.9.1"
81+
CURRENT_STABLE_VERSION = "2.10.0"
8282
CURRENT_VERSION = CURRENT_STABLE_VERSION
8383

8484
# By default use Nightly for CUDA arches

0 commit comments

Comments
 (0)