Skip to content

build : start using a ggml submodule #2785

Open
@ggerganov

Description

@ggerganov

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

No one assigned

    Labels

    buildBuild related issuesdocumentationImprovements or additions to documentationroadmapPart of a roadmap project

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions