adel boussaken
adel boussaken
@rekire thank you sir, that's awesome
@rekire https://github.com/netdur/llama_cpp_dart/tree/main/src for tag once my tests is done I will publish on pub.dev
@riverzhou the last llama.cpp has changed llama_backend_init to have bool argument, the version 0.0.7 is updated to match it
that weird, I will double check
@riverzhou you are correct, turns out my `git pull` did not update `llama.cpp` code, I had to hard reset, please try the last update
can you edit cmake, this line add_subdirectory(./llama.cpp) to point exactly to where you have cloned llama.cpp make sure to clone exact version
in my llama.cp current commit hash is: 4b9afbbe9037f8a2d659097c0c7d9fce32c6494c --- 4b9afbbe
oh I see, seems like library is not built at all! I haven't worked on the Android side, for now, you'll need to: 1. Build llama.cpp manually first 2. Place...
two things, make sure to build last version of llama.cpp if you are testing chat.dart --- there is small issue of context length being set but not the batch, you...