Skip to content

Commit 9bc1a2a

Browse files
committed
Fix parameter order issue for hybrid memory initialization
1 parent 225e7a1 commit 9bc1a2a

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)