adel boussaken
adel boussaken
https://www.reddit.com/r/LocalLLaMA/s/wv0a0E9RG0 maybe same issue
I believe so... we don't do magic here
interesting... I would love to reproduce the issue to dig it
if you can make a PR, I would love to merge it
is this still an issue?
you check dependency here https://github.com/netdur/llama_cpp_dart/tree/main/src clone the repo and then run darwin/run_build.sh to build llama and place binaries in bin folder also darwin//run fix_rpath to fix binaries rpath and signing...
did you mean to use ./libllama.so instead of /libllama.so ?
@yuvalr1 yes, but not for long as https://github.com/ggerganov/llama.cpp/issues/5214 was resolved lately, this will allow generating binding without C wrappers.
@ArachnaDigitalLtd dev branch is now available for review. while it's still a work in progress, the implementation is functional and ready for testing @yuvalr1 I will close once with release...
I will be update in few minutes, I just test your deep seek model and it worked