Set target ROCm version to 5.5 in build actions

This commit is contained in:
turboderp
2023-11-10 21:04:27 +01:00
parent 7785bd4efe
commit 4daa161080
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
name: Build ROCm 5.6 Wheels & Release
name: Build ROCm 5.5 Wheels & Release
on:
workflow_dispatch:
@@ -42,7 +42,7 @@ jobs:
- name: Install ROCm SDK
run: |
export ROCM_VERSION=5.6
export ROCM_VERSION=5.5
[ ! -d /etc/apt/keyrings ] && sudo mkdir --parents --mode=0755 /etc/apt/keyrings
wget https://repo.radeon.com/rocm/rocm.gpg.key -O - | gpg --dearmor | sudo tee /etc/apt/keyrings/rocm.gpg > /dev/null