-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
Labels
buildBuild related issuesBuild related issuesdocumentationImprovements or additions to documentationImprovements or additions to documentationroadmapPart of a roadmap projectPart of a roadmap project
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
ggmlas a git submodule - Update documentation and build instructions
- Add support for linking against external
ggmlbinaries
luiznpi
Metadata
Metadata
Assignees
Labels
buildBuild related issuesBuild related issuesdocumentationImprovements or additions to documentationImprovements or additions to documentationroadmapPart of a roadmap projectPart of a roadmap project
Type
Projects
Status
Todo