]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
graph : fix KQ mask, lora, cvec reuse checks (#19644)
authorGeorgi Gerganov <redacted>
Mon, 16 Feb 2026 07:21:11 +0000 (09:21 +0200)
committerGitHub <redacted>
Mon, 16 Feb 2026 07:21:11 +0000 (09:21 +0200)
commitd5dfc330279a76fa25614db1c6413599e8974da3
treea09f3926dd1ac9924788d5c7d82aa76e6f31fbff
parent267ba5a1d957158316a4fc85b1f0cf316d9a5233
graph : fix KQ mask, lora, cvec reuse checks (#19644)

* graph : fix KQ mask reuse condition

* cont : dedup KQ mask build and can_reuse

* cont : fix build

* graph : fix adapter check for reuse
src/llama-adapter.h
src/llama-context.cpp
src/llama-context.h
src/llama-graph.cpp