Closed patriot0pirate closed 5 months ago
A few things for your information:
all-MiniLM-L6-v2-f16.gguf
is not a chat model, but a model that enables the LocalDocs feature. These are distinct categories, you need one of both for LocalDocs to work. (E.g. for a chat model, try a Mistral one.)
There must be some settings that weren't cleaned up when uninstalling. That's probably something that should be addressed in one form or another. But I guess unconditionally deleting the settings wouldn't be great, either.
For the chat GUI, you can find the .ini
configuration file in ~/.config/nomic.ai/
. If you ever want to purge everything, there are also some files being put into ~/.local/share/nomic.ai/GPT4All/
and possibly ~/.cache/
(not sure, and not sure if there are other locations).
For your case, I think it should be enough to delete the .ini
file in the config folder mentioned above.
What happens here is probably that it loads or tries to load a model that is not meant to be loaded as a chat model, then crashes.
Thanks for the details you provided, but I'm not entirely sure about step 4. Can you also say from what screen you downloaded all-MiniLM-L6-v2-f16.gguf
, or what steps you took in more detail? That is, did you just download it from the initial download list popup?
What CPU do you have? And in order to accurately diagnose the crash, we're going to need a backtrace.
gpt4all-installer-linux-v2.7.3-debug.run
from heregdb ~/gpt4all/bin/chat
(assuming you installed to the default location)run
to start itset logging on
set logging file backtrace.log
thread apply all bt
Closing due to lack of response.
Bug Report
When I double-click the desktop icon, the program flashes on the screen then vanishes.
Steps to Reproduce
Expected Behavior
I expected the program to run smoothly
Your Environment