Skip to content

Instantly share code, notes, and snippets.

@AmosLewis
Last active October 22, 2025 22:27
Show Gist options
  • Save AmosLewis/31f757941f7ae37c44f5895f7effb991 to your computer and use it in GitHub Desktop.
Save AmosLewis/31f757941f7ae37c44f5895f7effb991 to your computer and use it in GitHub Desktop.
Topic: ROCm 7.1 versions on Mi350/355 machines (Installation Guide) 
STEP 1 -> Uninstall ROCm packages - https://rocm.docs.amd.com/en/docs-7.0-alpha/preview/install/rocm.html#uninstalling 
STEP 2 -> Uninstall ROCm driver - https://rocm.docs.amd.com/en/docs-7.0-alpha/preview/install/instinct-driver.html#uninstalling 

RC-1 Build Installation Instructions
wget -N -P /tmp/ https://artifactory-cdn.amd.com/artifactory/list/amdgpu-deb/amdgpu-install-internal_7.1-22.04-1_all.deb
sudo apt update
sudo apt-get install /tmp/amdgpu-install-internal_7.1-22.04-1_all.deb
sh -c 'echo deb [arch=amd64 trusted=yes] https://compute-artifactory.amd.com/artifactory/list/rocm-release-archive-22.04-deb/ 7.1 rel-18 > /etc/apt/sources.list.d/rocm-build.list'
sudo amdgpu-repo --amdgpu-build=2234114
sudo amdgpu-install --usecase=rocm

https://artifactory-cdn.amd.com/artifactory/list/amdgpu-deb/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment