Skip to content

Commit

Permalink
Update generate_binary_build_matrix.py with latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Jun 13, 2024
1 parent 00e3423 commit 52ceb8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
}
CUDA_ARCHES_DICT = {
"nightly": ["11.8", "12.1", "12.4"],
"test": ["11.8", "12.1"],
"test": ["11.8", "12.1", "12.4"],
"release": ["11.8", "12.1"],
}
ROCM_ARCHES_DICT = {
"nightly": ["6.0", "6.1"],
"test": ["5.7", "6.0"],
"test": ["6.0", "6.1"],
"release": ["5.7", "6.0"],
}

Expand Down Expand Up @@ -63,7 +63,7 @@


CURRENT_NIGHTLY_VERSION = "2.4.0"
CURRENT_CANDIDATE_VERSION = "2.3.1"
CURRENT_CANDIDATE_VERSION = "2.4.0"
CURRENT_STABLE_VERSION = "2.3.1"
CURRENT_VERSION = CURRENT_STABLE_VERSION

Expand Down

0 comments on commit 52ceb8b

Please sign in to comment.