I'm new to folding and have a 7900xtx sitting in an Ubuntu machine running Ollama. I would like to help a good cause when it's idle (most of the time).
I downloaded 8.3.18 and set it up (it's headless, had to edit config.xml).
Now I see "Unsupported GPU" in the cloud webui. Otherwise it looks to run CPU jobs fine.
The drivers and ROCm are clearly working-enough for Ollama to work, so any idea what is even happening?
Maybe this is the dumbest thing ever, but I already burried an hour installing everything and have to get on with other things.
Thanks for any pointers!
7900xtx showing as not supported
Moderators: Site Moderators, FAHC Science Team
-
- Posts: 946
- Joined: Sun Dec 16, 2007 6:22 pm
- Hardware configuration: 7950x3D, 5950x, 5800x3D, 3900x
7900xtx, Radeon 7, 5700xt, 6900xt, RX 550 640SP - Location: London
- Contact:
Re: 7900xtx showing as not supported
in console:
Look for GPU if it is saying amdgpu
Then
See if opencl platform and device are fully shown
If that package is not available, then download amd driver for your ubuntu version from AMD.com, run
It will add some Radeon repos (but something tells me that is already there for you).
retry
If all above is already installed (and/or clinfo is showing full platform and device):
reboot
Code: Select all
lspci -nnv
Then
Code: Select all
clinfo
Code: Select all
su apt install rocm-opencl-sdk
Code: Select all
amdgpu-install
retry
Code: Select all
su apt install rocm-open-sdk
Code: Select all
sudo usermod -a -G video yourusername
Code: Select all
sudo usermod -a -G render yourusername
FAH Omega tester