bundle the node-llama-cpp into electron app #436
-
when i write an electron app in which i use the this packege to build the ai chabot for local model does it include the binary of llamacpp in the final build of electron so that i can give the install to any one and its run |
Beta Was this translation helpful? Give feedback.
Answered by
giladgd
Mar 7, 2025
Replies: 2 comments
-
Yes. I recommend you to scaffold an Electron project, which includes all the relevant configurations to ensure the relevant binaries are included in the final build. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
giladgd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. I recommend you to scaffold an Electron project, which includes all the relevant configurations to ensure the relevant binaries are included in the final build.
Also, try the prebuilt example Electron app to see it working on your machine by downloading it from the latest release.