]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
llama: fix llama-model-saver (llama/20503)
authorJohannes Gäßler <redacted>
Wed, 25 Mar 2026 10:53:16 +0000 (11:53 +0100)
committerGeorgi Gerganov <redacted>
Sun, 29 Mar 2026 12:04:36 +0000 (15:04 +0300)
commit3987857d2db803eddfc82d61d199913f2013dfab
tree5d5d3c7fcc414c82f58aa49dcd841002c979f5d8
parentf2a8e65ea7e4b58cf862a832c2c1fabd2e6ff63f
llama: fix llama-model-saver (llama/20503)

* llama : add fd-based model loading via llama_model_load_from_fd

* llama : address review feedback for fd-based model loading

* llama : use FILE pointer instead of fd in public API

* llama : use FILE pointer consistently, address review feedback

* fixup

* fix tensor names

* fix llama-model-saver

* roundtrip tests

* fixup

* refactor tests

* fix prints

* fix model saving

* fix CI, disable Chameleon

* print seed

---------

Co-authored-by: Siddhesh2377 <redacted>
ggml/include/gguf.h
ggml/src/ggml-impl.h
ggml/src/gguf.cpp