mirror of
https://github.com/turboderp-org/exllamav2.git
synced 2026-05-11 08:20:29 +00:00
Set target ROCm version to 5.5 in build actions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user