On 22/8/25 19:37, Sharon Kimble wrote:
I've now done a bare-back installation of debian 13, and I can now run chat
okay, but when I run it from the commandline it shows these errors;-
````
Failed to load libllamamodel-mainline-cuda.so: dlopen: libcuda.so.1: cannot
open shared object file: No such file or directory
Failed to load libllamamodel-mainline-cuda-avxonly.so: dlopen: libcuda.so.1:
cannot open shared object file: No such file or directory
constructGlobalLlama: could not find Llama implementation for backend: cuda
constructGlobalLlama: could not find Llama implementation for backend: cuda
[Warning] (Fri Aug 22 12:31:56 2025):
qrc:/gpt4all/qml/AddModelView.qml:139:13: QML AddHFModelView: Detected anchors
on an item that is managed by a layout. This is undefined behavior; use
Layout.alignment instead.
````
So it seems that I'm missing some libraries?
Try installing the modules using yum install for each module
If that doesn't work you will have to go searching for the necessary deb
files on various sites and use dpkg -i
Another way is to install a windows VM and run GPT4All inside that.
FYI I tried going the full debian route but failed. I now use a Windows
host to run GPT4All but I still have hopes of getting WSL2 to run
GPT4All instead.