Skip to content

Commit

Permalink
Update generate_binary_build_matrix.py
Browse files Browse the repository at this point in the history
  • Loading branch information
narendasan authored Jan 3, 2025
1 parent 5080dcf commit 4ee017d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
CUDA_ARCHES_DICT = {
"nightly": ["11.8", "12.4", "12.6"],
"test": ["11.8", "12.4", "12.6"],
"release": ["11.8", "12.4", "12.6"],
"release": ["11.8", "12.1", "12.4"],
}
ROCM_ARCHES_DICT = {
"nightly": ["6.1", "6.2"],
Expand Down Expand Up @@ -64,7 +64,7 @@
XPU = "xpu"


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

0 comments on commit 4ee017d

Please sign in to comment.