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

chat: join ChatLLM threads without calling destructors #2043

Merged
merged 2 commits into from
Mar 6, 2024
Merged

Conversation

cebtenzzre
Copy link
Member

There were some harmless warnings at shutdown with the previous code. This version of the thread joining does things a little more cleanly so the warnings don't appear.

Fixes #1921

Fixes #1921

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
gpt4all-chat/chatlistmodel.h Show resolved Hide resolved
gpt4all-chat/chat.cpp Outdated Show resolved Hide resolved
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
@cebtenzzre cebtenzzre merged commit a0bd96f into main Mar 6, 2024
6 of 10 checks passed
@cebtenzzre cebtenzzre deleted the fix-1921 branch March 6, 2024 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warning messages "TypeError: Cannot read property"
2 participants