Spaces:
Runtime error
Runtime error
## Install Guide for Ubuntu 22.04 | |
``` | |
sudo apt update | |
wget https://repo.radeon.com/amdgpu-install/5.7/ubuntu/jammy/amdgpu-install_5.7.50700-1_all.deb | |
sudo apt install ./amdgpu-install_5.7.50700-1_all.deb | |
sudo amdgpu-install --usecase=rocm | |
sudo usermod -a -G render,video $LOGNAME | |
``` | |
## Install Guide for Ubuntu 20.04 | |
Simply change the wget line from "jammy" to "focal" if using Ubuntu 20.04. |