Skip to content

Commit

Permalink
[Validations] Advance release config to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Jan 28, 2025
1 parent 0043141 commit 1bd54b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
PYTHON_ARCHES_DICT = {
"nightly": ["3.9", "3.10", "3.11", "3.12", "3.13"],
"test": ["3.9", "3.10", "3.11", "3.12", "3.13"],
"release": ["3.9", "3.10", "3.11", "3.12"],
"release": ["3.9", "3.10", "3.11", "3.12", "3.13"],
}
CUDA_ARCHES_DICT = {
"nightly": ["11.8", "12.4", "12.6"],
"test": ["11.8", "12.4", "12.6"],
"release": ["11.8", "12.1", "12.4"],
"release": ["11.8", "12.4", "12.6"],
}
ROCM_ARCHES_DICT = {
"nightly": ["6.2.4", "6.3"],
"test": ["6.1", "6.2.4"],
"release": ["6.1", "6.2"],
"release": ["6.1", "6.2.4"],
}

CUDA_CUDDN_VERSIONS = {
Expand Down Expand Up @@ -69,7 +69,7 @@

CURRENT_NIGHTLY_VERSION = "2.7.0"
CURRENT_CANDIDATE_VERSION = "2.6.0"
CURRENT_STABLE_VERSION = "2.5.1"
CURRENT_STABLE_VERSION = "2.6.0"
CURRENT_VERSION = CURRENT_STABLE_VERSION

# By default use Nightly for CUDA arches
Expand Down

0 comments on commit 1bd54b8

Please sign in to comment.