Replies: 1 comment
-
I'm not entirely sure what you're doing there. At first glance, this looks like you're building in the backend folder separately, but what you should do is just build from If your goal is to script the whole compilation you could also have a look at how it's done in CI. Although I'd recommend to just use Qt Creator for starters, it's easier and it's documented. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can some one guide me to setup gpt4all from src code.
I have used this link
https://github.com/nomic-ai/gpt4all/blob/main/gpt4all-chat/build_and_run.md
I installed qt as in the description.
Build gpt4all-backend and the gpt4all-chat
cmake ../../gpt4all-backend/ -DLLMODEL_CUDA=OFF -DLLMODEL_KOMPUTE=OFF
So, if the executable is
chat
that generates in gpt4all-chat/build/ bin when it execute I'm getting followingCan someone direct me to proper document. That how can I use bindings and how to set the model that we need to run.
Beta Was this translation helpful? Give feedback.
All reactions