llama_cpp_dart icon indicating copy to clipboard operation
llama_cpp_dart copied to clipboard

How can I use llama.cpp libggml.so file If I already have an libggml.so from whisper.cpp ?

Open mukunthan007 opened this issue 10 months ago • 0 comments

I don't find any bugs in the project.

I just want to ask some questions regarding .so files .

I am developing a flutter app which transcribes audio files with the help of whisper.cpp with this library - https://github.com/General-Developer/whisper_library. Libwhisper.so and libggml.so needed to run.

In llama_cpp_dart library it also needs libggml.so file. So the version conflicts with both of the projects.

Is there any solution for this ?

Thanks for this project it's really helpful.

Thanks in advance.

mukunthan007 avatar Mar 13 '25 14:03 mukunthan007