Building llama.cpp via flutter on windows #3790
Replies: 2 comments 1 reply
-
Hey Dane, was this the fix? Mobile-Artificial-Intelligence/maid@f6854f9 If so, it's sort of a shame, I got an Dart llama.cpp library completely abstracted into a plugin with Metal / optimizations on Android / etc., but it looks like it requires altering the depending app's CMakeLists.txt. That's not too bad to have as a manual step beyond |
Beta Was this translation helpful? Give feedback.
-
Got it done: Telosnex/fllama@708074a For posterity:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having an issue when trying to build llama.cpp as part of the windows build of my flutter project Maid: https://github.com/MaidFoundation/Maid
If i build the project separately from llama.cpp it builds fine and if i build llama.cpp (and butler) separately from Maid they both build fine, its just when i try to combine the build process to have dll's build with maid that i get the error.
I know from reading the error it looks like a permissions issue which would usually be rectified by running in an administrator CMD or power-shell on windows, but that doesn't work any way Ive tried it.
The project builds fine on Linux and Android and the CMake file for Linux is logically very similar to windows so i don't really see whats causing the issue.
Below is the error:
Beta Was this translation helpful? Give feedback.
All reactions