]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama: store mrope data in KV cell (#16825)
authorXuan-Son Nguyen <redacted>
Wed, 29 Oct 2025 17:09:18 +0000 (18:09 +0100)
committerGitHub <redacted>
Wed, 29 Oct 2025 17:09:18 +0000 (18:09 +0100)
commite3af5563bd049141e036b50f843196db33d23e97
tree42a2f6de3eb404c0d0a931b1cada533ea670eb2e
parent10fcc41290e233788f5a4215314156e8e023eb92
llama: store mrope data in KV cell (#16825)

* llama: store mrope data in KV cell

* correct x,y ordering

* address review comments

* add consistency checks

* Update src/llama-kv-cache.cpp

Co-authored-by: Georgi Gerganov <redacted>
* add TODO

* fix asan error

* kv-cells : improve ext handling

* cont : fix headers

---------

Co-authored-by: Georgi Gerganov <redacted>
src/llama-batch.cpp
src/llama-batch.h
src/llama-kv-cache.cpp
src/llama-kv-cells.h
tools/mtmd/mtmd.cpp
tools/mtmd/mtmd.h