Skip to content
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

App crashes and deletes history after long discussions with Dolphin3-Llama3 models on Vulkan #3429

Open
Nekzuris opened this issue Jan 28, 2025 · 3 comments
Labels
bug-unconfirmed chat gpt4all-chat issues

Comments

@Nekzuris
Copy link

Nekzuris commented Jan 28, 2025

Bug Report

Steps to Reproduce

  1. Load a model like bartowski/Dolphin3.0-Llama3.1-8B-GGUF
  2. Ask it to tell you a long story, and then ask for another one when it’s done.
  3. After asking 3 or 4 times, the app crashes, and the entire conversation history is gone when reopening the app, not just the last message, all messages since the model was first loaded.

Expected Behavior

App should not crash, and if it does, the conversation history should still be saved.

Your Environment

  • GPT4All version: v3.7.0
  • Operating System: Windows 10
  • Chat models used: (all with default settings)
    • bartowski/Dolphin3.0-Llama3.1-8B-GGUF
    • QuantFactory/Dolphin3.0-Llama3.1-8B-GGUF
    • bartowski/Dolphin3.0-Llama3.2-3B-GGUF
  • bartowski/Dolphin3.0-Qwen2.5-3b-GGUF did not crash but entered a repetition loop.

Image

log.txt and log-prev.txt don't say anything interesting.

@Nekzuris Nekzuris added bug-unconfirmed chat gpt4all-chat issues labels Jan 28, 2025
@brynrmrz
Copy link

brynrmrz commented Jan 29, 2025

Models loaded from huggingface do not have guaranteed support. There may be additional configuration needed. I would not consider this an issue if I was maintainer.

Up to you if you want to leave open, just my two cents as a user who also works in development.

@Nekzuris
Copy link
Author

I get that it's not critical or high priority, but since there's a built-in interface to download models from Hugging Face, it's not unreasonable to ask for a solution.
And I doubt that the issue with not saving chat history when the app crashes is related to Hugging Face models.
Chat history should be saved after each valid response so that if a crash occurs, only the last message is lost.

@Nekzuris
Copy link
Author

I just realized that it's only an issue with Vulkan, CUDA works fine.

@Nekzuris Nekzuris changed the title App crashes and deletes history after long discussions with Dolphin3-Llama3 models App crashes and deletes history after long discussions with Dolphin3-Llama3 models on Vulkan Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-unconfirmed chat gpt4all-chat issues
Projects
None yet
Development

No branches or pull requests

2 participants