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

main: set llmodel search path before initializing MySettings #2677

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

cebtenzzre
Copy link
Member

We need to set the llmodel search path before constructing the MySettings instance. Without this change, I cannot load any models when running GPT4All from the build directory as build/bin/chat, as GPT4All searches the current working directory for implementations instead of the intended path.

This fixes a regression in PR #2659.

This fixes a regression in PR #2659.

Signed-off-by: Jared Van Bortel <[email protected]>
@cebtenzzre cebtenzzre requested a review from manyoso July 16, 2024 17:23
@manyoso
Copy link
Collaborator

manyoso commented Jul 16, 2024

It is weird I didn't observe any problems isn't it?

@cebtenzzre cebtenzzre merged commit f0c754b into main Jul 16, 2024
6 of 12 checks passed
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.

2 participants