Between this ggml project, llama.cpp, external projects like ollama, etc... how does the flow work for updates?
Should changes to ggml be submitted to ggml-org\ggml, then pulled into llama.cpp and others? To avoid fragmentation, it seems like ggml should be maintained separately and made a submodule of llama.cpp (but I am FAR from a git expert).