this post was submitted on 20 May 2025
9 points (90.9% liked)
Free Open-Source Artificial Intelligence
3578 readers
1 users here now
Welcome to Free Open-Source Artificial Intelligence!
We are a community dedicated to forwarding the availability and access to:
Free Open Source Artificial Intelligence (F.O.S.A.I.)
More AI Communities
LLM Leaderboards
Developer Resources
GitHub Projects
FOSAI Time Capsule
- The Internet is Healing
- General Resources
- FOSAI Welcome Message
- FOSAI Crash Course
- FOSAI Nexus Resource Hub
- FOSAI LLM Guide
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My best guess would be that you installed the flatpak version of gpt4all, and somehow that messed with it's ability to use the GPU.
Vulkan should work with your GPU, the model you chose should fit in your GPU if it is q4_0 or q4_1 which is the default in gpt4all I think.
I'll try installing non-flatpak GPT4All in a distrobox and see if I get a different result. Thanks for the idea.
For sure!
Update: I thought I'd report back on my progress. I tried installing GPT4All in distrobox containers, several different images (Ubuntu 24.04 and 22.04, and Fedora 41), but in every case, the installation script fails due to missing dependencies. I can't get to the installer GUI. Upon further investigation, it appears that GPT4All does not support Wayland. There is an open feature request from last year, but I'm not holding my breath. I did some cursory searches for workarounds, but couldn't figure it out in the time I had available today.
I wonder if I would have the same issue if I tried this while running an X session on the host machine. I'll post another update if I test this scenario.
Anyway, thanks again for the tip.
For sure!