]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
lora: make sure model keep track of associated adapters (#18490)
authorXuan-Son Nguyen <redacted>
Thu, 15 Jan 2026 09:24:28 +0000 (10:24 +0100)
committerGitHub <redacted>
Thu, 15 Jan 2026 09:24:28 +0000 (10:24 +0100)
commita7e6ddb8bd37b5c7f0db41ccebb3f720d9aa08f2
treec1c73abdd5956c582e9836b40e5c55c54e18d358
parent2a131801006e29a9231f2b020519d92a486f912d
lora: make sure model keep track of associated adapters (#18490)

* lora: make sure model keep track of associated adapters

* deprecate llama_adapter_lora_free

* minor : std::unordered_set over std::set

---------

Co-authored-by: Georgi Gerganov <redacted>
include/llama-cpp.h
include/llama.h
src/llama-adapter.cpp
src/llama-adapter.h
src/llama-context.cpp
src/llama-model.cpp
src/llama-model.h