Skip to content

Commit e1d352b

Browse files
authored
Update generate_binary_build_matrix.py
1 parent b017a49 commit e1d352b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/scripts/generate_binary_build_matrix.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
ROCM_ARCHES_DICT = {
4444
"nightly": ["7.1", "7.2"],
4545
"test": ["7.1", "7.2"],
46-
"release": ["7.0", "7.1"],
46+
"release": ["7.1", "7.2"],
4747
}
4848

4949
CUDA_CUDNN_VERSIONS = {
@@ -56,7 +56,7 @@
5656
STABLE_CUDA_VERSIONS = {
5757
"nightly": "13.0",
5858
"test": "13.0",
59-
"release": "12.8",
59+
"release": "13.0",
6060
}
6161

6262
CUDA_AARCH64_ARCHES = ["12.6-aarch64", "12.8-aarch64", "13.0-aarch64"]
@@ -86,7 +86,7 @@
8686

8787
CURRENT_NIGHTLY_VERSION = "2.12.0"
8888
CURRENT_CANDIDATE_VERSION = "2.11.0"
89-
CURRENT_STABLE_VERSION = "2.10.0"
89+
CURRENT_STABLE_VERSION = "2.11.0"
9090
CURRENT_VERSION = CURRENT_STABLE_VERSION
9191

9292
# By default use Nightly for CUDA arches

0 commit comments

Comments
 (0)