-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some features of whisper.cpp was removed while combining llama.cpp branch. Suggest for sepereate branch for llama.cpp and whisper.cpp #1012
Comments
same here ! |
Issue: Compilation error in whisper.cpp and llama.cpp when integrating with ggml. Details: I'm encountering several compilation errors when building whisper.cpp with ggml. Below is a summary of the issues:
Attempt to build the project. compile error:
|
This is not only for swift package, but also for cmake. It is important for us to lavarage a consist library between llama.cpp and whisper.cpp |
Some of features like ggml_graph_plan function was removed from ggml library when combining llama.cpp branch, it seems not using the previous branch from ggml with whisper.cpp is fully supported.
Is it possible to make ggml library can be used for both llama.cpp and whisper.cpp, and both can invoke the function from ggml library instead of using the library on the repository in both projects?
My suggestion is devide two branches into llama.cpp and whisper.cpp, and each project can invoke from different branch. Then every year or half a year, we can evaluate the pull requests, and see which changement should be merged into the main stream of master(or other stable branch), and which should be discarded.I would like to volenteer to do the maintainence job if nessersary.
The text was updated successfully, but these errors were encountered: