]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
gguf: gguf_writer refactor (#15691)
authorErik Scholz <redacted>
Fri, 5 Sep 2025 09:34:28 +0000 (11:34 +0200)
committerGitHub <redacted>
Fri, 5 Sep 2025 09:34:28 +0000 (11:34 +0200)
commita81283820a466f2ace06ce4d4bc9512761f9365f
treed4ca03bb35ac186c594f0e878b42a1775132ed76
parentc610b6c11b1ef7d678671dcf15acd7187a7ad8f3
gguf: gguf_writer refactor (#15691)

* gguf: split gguf writer into base and buf impl
* gguf: templated gguf write out
* gguf: file based writer (avoid writing everything to memory first!)
* examples(llama2c): fix log not being the same level and compiler nits
examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp
ggml/src/gguf.cpp