Jeffry Samuel
Jeffry Samuel
I considered this before but I'm not used to snapcraft and I don't want to run Ubuntu at the moment, as far as I know I would have to run...
btw what distro do you use? I've been wanting to use an immutable distro for my laptop
Hi, yes this is a problem with ROCM and Flatpaks, I believe this is also a problem with Blender. Whilst any flatpak can detect and use the GPU for some...
yeah that word does exist, though the problem isn't exactly the fact that it is inside a container, the problem is that ROCM doesn't work out of the box.
adding that as it is would mean making Alpaca 4 times heavier and not everybody would even need rocm, the problem here is that either the freedesktop runtime or the...
I might finally have a solution where the flatpak accesses the ROCM libraries from the system itself
yeah the problem with that is that I would need to make a different package for flathub
do you have rocm installed on your system? I think I can make Ollama use the system installation
if someone has ROCm installed and want to test this run these commands ``` flatpak override --filesystem=/opt/rocm com.jeffser.Alpaca flatpak override --env=LD_LIBRARY_PATH=/opt/rocm/lib:/opt/rocm/lib64:/app/lib:/usr/lib/x86_64-linux-gnu/GL/default/lib:/usr/lib/x86_64-linux-gnu/openh264/extra:/usr/lib/sdk/llvm15/lib:/usr/lib/sdk/openjdk11/lib:/usr/lib/sdk/openjdk17/lib:/usr/lib/x86_64-linux-gnu/GL/default/lib com.jeffser.Alpaca ``` This gives the Flatpak access to `/opt/rocm`...
I think this should be it https://copr.fedorainfracloud.org/coprs/cosmicfusion/ROCm-GFX8P/