Skip to content

Commit 496957e

Browse files
authored
llama : fix parameter order for hybrid memory initialization (ggml-org#14725)
1 parent 21c0217 commit 496957e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-memory-hybrid.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ llama_memory_hybrid::llama_memory_hybrid(
3838
type_v,
3939
v_trans,
4040
offload,
41+
1,
4142
kv_size,
4243
n_seq_max,
43-
1,
4444
n_pad,
4545
n_swa,
4646
swa_type

0 commit comments

Comments
 (0)