this post was submitted on 20 May 2025
9 points (90.9% liked)
Free Open-Source Artificial Intelligence
3578 readers
1 users here now
Welcome to Free Open-Source Artificial Intelligence!
We are a community dedicated to forwarding the availability and access to:
Free Open Source Artificial Intelligence (F.O.S.A.I.)
More AI Communities
LLM Leaderboards
Developer Resources
GitHub Projects
FOSAI Time Capsule
- The Internet is Healing
- General Resources
- FOSAI Welcome Message
- FOSAI Crash Course
- FOSAI Nexus Resource Hub
- FOSAI LLM Guide
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Actually I run fedora and have ROCm working. In fact it's in the default package manager.
You can see 'em all by running:
sudo dnf list | grep rocm
To get your GPU working you can look up: HSA_OVERRIDE_GFX_VERSION And maybe HIP_VISIBLE_DEVICES
Though this is the techy route. If you get LM studio running, or even better llamacpp, you'll have access to much better quantization formats than q4_1.
So, you'll be at the same speed or even faster than Vulkan, and with high quality outputs.
Thanks for the info—maybe I'll give this another whirl when I have some more time.
Which card are you running on?
I use the 24GB 7900 XTX.
I wonder why ROCm 6.4 doesn't support you, but ROCm 6.3 does. Maybe there is a way to downgrade. Also that override_gfx environment variable may be enough to get 6.4 working for you. Not sure though.
I'd say an easy route (if it works lol) would be using dnf to install ROCm, and then use LM studio's installer to get the rest.
Wait, where are you reading that 6.3 supports the 6950 XT? I dug up the System Requirements (Linux) page for 6.3 and it lists the same cards as the 6.4 page. Is there another document out there that covers this topic?
Okay I rechecked and it looks like 6.4 and 6.3 have similar compatibility/incompatibility with certain cards.
Here are the gfx versions of different amd cards:
https://rocm.docs.amd.com/en/develop/reference/gpu-arch-specs.html
Here are the supported versions of 6.4
https://rocm.docs.amd.com/en/docs-6.4.0/compatibility/compatibility-matrix.html
So given this extra bit of research it looks like you may be able to run ROCm on a 6950XT but I'm not sure about a 6750XT.
From my experience ROCm supports more than they say they do. They say they support the cards they've tested, but other's still may work. I was running ROCm on my 7900 XTX before they officially supported it.
I probably would not have noticed that. I'll have to look into this some more. Thanks for all your help.