mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-12 18:09:42 +00:00
llama : fix parameter order for hybrid memory initialization (#14725)
This commit is contained in:
parent
21c021745d
commit
496957e1cb
1 changed files with 1 additions and 1 deletions
|
@ -38,9 +38,9 @@ llama_memory_hybrid::llama_memory_hybrid(
|
||||||
type_v,
|
type_v,
|
||||||
v_trans,
|
v_trans,
|
||||||
offload,
|
offload,
|
||||||
|
1,
|
||||||
kv_size,
|
kv_size,
|
||||||
n_seq_max,
|
n_seq_max,
|
||||||
1,
|
|
||||||
n_pad,
|
n_pad,
|
||||||
n_swa,
|
n_swa,
|
||||||
swa_type
|
swa_type
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue