mirror of
https://github.com/BillyOutlast/rocm-stable-diffusion.cpp.git
synced 2026-02-04 03:01:18 +01:00
remove old rocm
This commit is contained in:
4
.github/workflows/build-hipblas-rocm71.yml
vendored
4
.github/workflows/build-hipblas-rocm71.yml
vendored
@@ -77,6 +77,10 @@ jobs:
|
||||
|
||||
- name: Setup ROCm (Ubuntu)
|
||||
run: |
|
||||
# Remove existing ROCm packages to avoid conflicts
|
||||
sudo apt remove --purge -y rocm-* hip-* || true
|
||||
sudo apt autoremove -y
|
||||
|
||||
# Install ROCm 7.1
|
||||
sudo apt update
|
||||
sudo apt install -y wget gnupg
|
||||
|
||||
Reference in New Issue
Block a user