llama_cpp_dart
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 ?
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.