From f20f864c417eabd62a437663a8cf90d8c19dc73c Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Tue, 1 Oct 2024 23:28:51 +0200 Subject: [PATCH] chore(amdgpu): update instructions to new version --- knowledge base/amdgpu.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/knowledge base/amdgpu.md b/knowledge base/amdgpu.md index bf31fc1..a2cf8cd 100644 --- a/knowledge base/amdgpu.md +++ b/knowledge base/amdgpu.md @@ -24,16 +24,16 @@ See [Native installation on SLE]. sudo tee '/etc/zypp/repos.d/amdgpu.repo' < @@ -57,7 +60,7 @@ See [Native installation on SLE]. ```sh sudo zypper remove 'rocm-core' sudo zypper remove --clean-deps 'amdgpu-dkms' -sudo zypper removerepo 'ROCm-6.1.2' +sudo zypper removerepo 'ROCm-6.2.2' sudo zypper removerepo 'amdgpu' sudo zypper clean --all sudo reboot