
I got tired of hunting AMD GPU + AI configs across blog posts and Discord threads, so I built a curated index — rocmate
Every time I set up a new AI tool on my RX 7900 XTX, I spent hours
digging through GitHub issues, outdated blog posts, and Discord threads
just to find the right HSA_OVERRIDE value or the correct PyTorch ROCm
wheel URL. Information exists, but it's scattered and rarely chip-specific.
So I built rocmate — a version-controlled compatibility index + CLI that
tells you what works on your specific AMD GPU:
pip install rocmate
rocmate doctor # check your system
rocmate show ollama # see tested config for your chip
rocmate install ollama # install with correct ENV vars
Stable Diffusion WebUI, vLLM, Axolotl, ExLlamaV2) across 5 chip
generations (gfx1100, gfx1101, gfx1102, gfx1030, gfx1034).
What I actually need from this community: configs for chips I don't own.
If you have an RX 6700 (gfx1031), RX 5700 (gfx1010), or any RDNA1 card,
and you've gotten any of these tools running — a 5-minute PR with your
config would help everyone with the same hardware.
GitHub: https://github.com/T0nd3/rocmate