Merge commit '7582c9e73fc3e580a2255988310cb25391f80162' into develop

This commit is contained in:
assistant-librarian[bot]
2025-12-09 16:14:29 +00:00
parent 1e173e2ab9
commit 636bc57ab2
6 changed files with 11 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ def __version__():
import subprocess
# needs to be manually updated
rocm_version = "7.0.1"
rocm_version = "7.1.1"
hash_width = 6
try:
hash = subprocess.check_output("git rev-parse HEAD", shell=True, text=True)[