-
-
Notifications
You must be signed in to change notification settings - Fork 52
AMD Support
ROCm is a library used to interact with AMD GPUs, mainly used in machine learning and large language models, this library is required for Ollama to be GPU accelerated with AMD.
Flatpak doesn't provide the ROCm libraries by default, this is why a ROCm extension was created specifically for Alpaca, to install it look for the extension in your software store inside Alpaca's page or use one of these commands:
# System installation
flatpak install com.jeffser.Alpaca.Plugins.AMD
# User installation
flatpak install --user com.jeffser.Alpaca.Plugins.AMD
If you are unsure of how you installed Alpaca (system / user) you can use the following command to check that:
flatpak list --columns=app,installation | grep com.jeffser.Alpaca
Snap support for ROCm should work without any problems by default, if that's not the case please open an issue.
When installing Alpaca in Arch, Ollama can be installed like any other package, Arch provides multiple versions of Ollama inside the AUR:
Just install the one that fits your system the best, in this case ollama-rocm-git
.
Please read the installation instructions, there you can learn how to select between ollama-cuda
and ollama-rocm
.