Open
Description
Currently, the ggml source tree is synchronized into the source tree of whisper.cpp
:
https://github.com/ggerganov/whisper.cpp/tree/master/ggml
This is not ideal, because the ggml
source code is duplicated and has to be synchronized regularly via manual process. Instead, the ggml
source should be available as a git submodule.
- Reorganize this repo to start using
ggml
as a git submodule - Update documentation and build instructions
- Add support for linking against external
ggml
binaries
Metadata
Metadata
Assignees
Type
Projects
Status
Todo