-
-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ollama with ROCm support #1488
Comments
I'm just a random internet stranger, but i've recently done a PR to update the ollama and open-webui ujust commands in bluefin, and once that's in, i'm planning a PR to bring the just file over to bazzite too. ublue-os/bluefin#1588 |
When we're done in bluefin let's just move it to the config repo, that way it's in both and centralized. |
@Gutifarra would you be willing to do a little testing on this PR? ublue-os/bluefin#1588 maybe just try out rhe recipes from the justfile as you have an AMD GPU? |
I was able to run it with docker container, using podman. Ill share scripts that I used in a bit. [Update]
You would need to run it in |
Looks like it was SELinux,
running this allows podman to access the GPU devices without root. |
I tried to get rocm & various tools to run with rocm without success in Bazzite and through Distrobox instances. Namely krita's new LLM implementation, and koboldcpp which itself I could get to run via Distrobox, but I could not compile it with rocm support to enable Vulkan text generation. |
Describe the bug
First off, thanks for your support and for the work done with bazzite.
I've been looking through various posts on the Discourse which seem to indicate that:
ujust
install script included in Bazzite to install ollama.This should mean that the
ujust ollama
mentioned in eg. this post should work, but for some reason it is not present on my system:username@bazzite:/usr/share/ublue-os/just$ grep ollama ./* username@bazzite:/usr/share/ublue-os/just$
Not sure if this is expected behavior, if there is some other way of installing ollama (using the script in the ollama site does not support ROCm), or if this is some bug in my setup.
Thanks for any support you can give and if I've made any mistakes.
What did you expect to happen?
Ollama to be installed with ROCm support.
Output of
rpm-ostree status
Hardware
AMD 5600X
32GB RAM
AMD 6700XT
Extra information or context
No response
The text was updated successfully, but these errors were encountered: