Skip to content

Commit 708f2e6

Browse files
Camyllatalman
andauthored
update binary build matrix for 2.8 release (#6825)
Co-authored-by: Andrey Talman <[email protected]>
1 parent 2fb8b30 commit 708f2e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/scripts/generate_binary_build_matrix.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
}
2929
CUDA_ARCHES_DICT = {
3030
"nightly": ["12.6", "12.8", "12.9"],
31-
"test": ["11.8", "12.6", "12.8"],
31+
"test": ["12.6", "12.8", "12.9"],
3232
"release": ["11.8", "12.6", "12.8"],
3333
}
3434
ROCM_ARCHES_DICT = {
3535
"nightly": ["6.3", "6.4"],
36-
"test": ["6.2.4", "6.3"],
36+
"test": ["6.3", "6.4"],
3737
"release": ["6.2.4", "6.3"],
3838
}
3939

@@ -45,8 +45,8 @@
4545
}
4646

4747
STABLE_CUDA_VERSIONS = {
48-
"nightly": "12.6",
49-
"test": "12.6",
48+
"nightly": "12.8",
49+
"test": "12.8",
5050
"release": "12.6",
5151
}
5252

@@ -76,7 +76,7 @@
7676

7777

7878
CURRENT_NIGHTLY_VERSION = "2.8.0"
79-
CURRENT_CANDIDATE_VERSION = "2.7.1"
79+
CURRENT_CANDIDATE_VERSION = "2.8.0"
8080
CURRENT_STABLE_VERSION = "2.7.1"
8181
CURRENT_VERSION = CURRENT_STABLE_VERSION
8282

0 commit comments

Comments
 (0)