Skip to content

Commit

Permalink
Remove ROCm 5.6 and add ROCm 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn committed Mar 15, 2024
1 parent f61febd commit e3d7561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
}
ROCM_ARCHES_DICT = {
"nightly": ["5.7", "6.0"],
"test": ["5.6", "5.7"],
"release": ["5.6", "5.7"],
"test": ["5.7", "6.0"],
"release": ["5.7", "6.0"],
}

PACKAGE_TYPES = ["wheel", "conda", "libtorch"]
Expand Down

0 comments on commit e3d7561

Please sign in to comment.