Skip to content

Commit 4ee017d

Browse files
authored
Update generate_binary_build_matrix.py
1 parent 5080dcf commit 4ee017d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/generate_binary_build_matrix.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
CUDA_ARCHES_DICT = {
2727
"nightly": ["11.8", "12.4", "12.6"],
2828
"test": ["11.8", "12.4", "12.6"],
29-
"release": ["11.8", "12.4", "12.6"],
29+
"release": ["11.8", "12.1", "12.4"],
3030
}
3131
ROCM_ARCHES_DICT = {
3232
"nightly": ["6.1", "6.2"],
@@ -64,7 +64,7 @@
6464
XPU = "xpu"
6565

6666

67-
CURRENT_NIGHTLY_VERSION = "2.7.0"
67+
CURRENT_NIGHTLY_VERSION = "2.6.0"
6868
CURRENT_CANDIDATE_VERSION = "2.6.0"
6969
CURRENT_STABLE_VERSION = "2.5.1"
7070
CURRENT_VERSION = CURRENT_STABLE_VERSION

0 commit comments

Comments
 (0)