graph : remove the build_kv_... API from llama_graph_i

ggml-ci
This commit is contained in:
Georgi Gerganov
2025-02-23 19:39:22 +02:00
parent 372fa3a894
commit 6378112cb5
4 changed files with 50 additions and 43 deletions

View File

@@ -117,15 +117,6 @@ public:
float kq_scale,
int il);
virtual void build_kv_self_shift(
ggml_context * ctx0,
ggml_cgraph * gf);
// find holes from the beginning of the KV cache and fill them by moving data from the end of the cache
virtual void build_kv_self_defrag(
ggml_context * ctx0,
ggml_cgraph * gf);
virtual ggml_tensor * build_inp_self_k_shift(
ggml_context * ctx0);