kv_cache : fix
ggml-ci
This commit is contained in:
parent
4d7bd03e65
commit
fef90cb3d7
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ bool llama_kv_cache::init(
|
|||
size = kv_size;
|
||||
used = 0;
|
||||
|
||||
type_k = type_k;
|
||||
type_v = type_v;
|
||||
this->type_k = type_k;
|
||||
this->type_v = type_v;
|
||||
|
||||
cells.clear();
|
||||
cells.resize(kv_size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue