examples : replace llama_kv_cache_seq_* with llama_past_seq_*
This commit is contained in:
parent
372482dffe
commit
43d8d4bf9e
23 changed files with 125 additions and 112 deletions
|
@ -98,7 +98,7 @@ if llama_decode(context, batch) != 0 {
|
|||
}
|
||||
|
||||
for i in 1 ..< n_parallel {
|
||||
llama_kv_cache_seq_cp(context, 0, Int32(i), 0, batch.n_tokens)
|
||||
llama_past_seq_cp(context, 0, Int32(i), -1, -1)
|
||||
}
|
||||
|
||||
if n_parallel > 1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue