kv-cache : drop the "unified" prefix (#15467)
* kv-cache : drop the "unified" prefix ggml-ci * cont : fix comment [no ci]
This commit is contained in:
parent
ad294df03f
commit
715a6db02c
15 changed files with 346 additions and 360 deletions
|
|
@ -2338,11 +2338,6 @@ const llama_model * llama_get_model(const llama_context * ctx) {
|
|||
return &ctx->get_model();
|
||||
}
|
||||
|
||||
// deprecated
|
||||
llama_kv_cache * llama_get_kv_self(llama_context * ctx) {
|
||||
return dynamic_cast<llama_kv_cache *>(ctx->get_memory());
|
||||
}
|
||||
|
||||
// deprecated
|
||||
void llama_kv_self_update(llama_context * ctx) {
|
||||
ctx->kv_self_update(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue