LocalAI
LocalAI copied to clipboard
Thread count has no effect on gpt4all-j
Hi there, thanks for creating this amazing project! I noticed that if I use gpt4all-j in local-ai, I always end up with 4 threads. With gpt2 for instance, it works however. I think the issue is either in this wrapper or the gpt4all-j-cpp-code itself.
Good catch! seems indeed a regression while using the new binding code
confirming. tried to start with 8 threads on startup and it starts only with 4 threads.
Thanks for the feedback - Looks like a regression, fix is in #249