memory : migrate from llama_kv_cache to more generic llama_memory (#14006)
* memory : merge llama_kv_cache into llama_memory + new `llama_memory` API ggml-ci * context : fix casts ggml-ci
This commit is contained in:
parent
3a077146a4
commit
7f37b6cf1e
11 changed files with 324 additions and 220 deletions
|
@ -17,7 +17,7 @@ struct ggml_tensor;
|
|||
struct llama_ubatch;
|
||||
struct llama_cparams;
|
||||
|
||||
class llama_memory_state_i;
|
||||
struct llama_memory_state_i;
|
||||
|
||||
class llama_kv_cache_unified_state;
|
||||
class llama_kv_cache_unified_iswa_state;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue