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?