Replies: 2 comments 1 reply
-
|
Notice: I'm not a member of ggml-org. I think it's possible to share the same ggml library because whisper.cpp and llama.cpp both have configuration item to use system-installed ggml library: whisper.cpp: Line 68 in 19ceec8 I didn't try, though. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I just posted an overview about my about my new python library which does exactly this and more. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, ggml-org team.
First, thank you very much for the awesome whisper.cpp and llama.cpp open-source projects.
Recently, I'm developing a local AI assistant using whisper.cpp as the ASR and llama.cpp as the LLM inference engine. But whisper.cpp and llama.cpp both depend on
ggml, so I'm a little confused about how to integrate them into my app.ggmllibrary? So that there is only one set ofggmlruntime DLLs under my app.ggmllibrary, so that there are two sets ofggmlruntime DLLs under my app.Looking forward to your reply.
Beta Was this translation helpful? Give feedback.
All reactions