update rocm to 6.2

This commit is contained in:
Mathieu Broillet 2024-09-23 18:31:12 +02:00
parent b387cdb337
commit c0d9e168b3
Signed by: mathieu
GPG Key ID: A08E484FE95074C1

View File

@ -3,7 +3,7 @@ import os
PYTHON_EXEC = 'python3.10'
PATH = os.path.dirname(os.path.abspath(__file__))
ROCM_VERSION = "6.1.2"
ROCM_VERSION = "6.2"
logger = logging.getLogger('ai-suite-rocm')