Install rcom for LLMS?

Hey everyone,

I want to install a local LLM and use my gpu (Radeon RX 9060 XT) to run it. However, obviously I need AMDs equivalent of CUDA, which is rcom.

I’m a bit stumped on how, or even if I can install that on my machine. I found official documentation from AMD for SUSE Enterprise Servers, but my OS is OpenSUSE Tumbleweed.
Anyone knowledgeable about this topic? Thanks in advance for any help!

It is rocm…

https://en.opensuse.org/SDB:AMD_GPGPU#AMD_ROCm_drivers_–_for_selected_AMD_GCN_and_RDNA

oh, my mistake. And thanks for the link! If I understand this correctly, I just need to use the openSUSE repositories? What does Add user to “video” and “render” groups. mean?

In terminal, type ‘groups’ to see what groups your user belongs to. Or, in YaST User and Group Management, look at the groups listed next to your user name. If you don’t see “video” and “render” listed, add them with ‘usermod -a -G video,render USERNAME’. Or in YaST, click edit, Details, and check the appropriate boxes. Then log out and log back in.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.