Fedora ROCM 10 Setup with Tarball along with maintinance scripts A developer documented a method for installing AMD's ROCm 10 on Fedora using the vendor's TheRock tarball, which bypasses the OS check that blocks Fedora in AMD's runfile and dnf repositories. The setup centers on a single $ROCM_HOME with a versioned directory layout and symlinked 'current' pointer, plus check-update.sh and update.sh maintenance scripts, and serves llama.cpp, stable-diffusion.cpp and whisper.cpp builds targeting the gfx1151 GPU. Why tarball: AMD's runfile and dnf repos block Fedora fedora is not a supported OS . The tarball has no OS check. One $ROCM HOME serves llama.cpp, stable-diffusion.cpp, whisper.cpp. ~/therock-tarball/ env.sh source from ~/.bashrc PATH, ROCM HOME=./current check-update.sh installed vs upstream gfx1151 tarballs update.sh