test / wiki /ROCm.md
bilegentile's picture
Upload folder using huggingface_hub
c19ca42 verified

A newer version of the Gradio SDK is available: 5.16.0

Upgrade

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.