Skip to content

Commit b2ef3ae

Browse files
committed
cont : another fix
ggml-ci
1 parent 06489af commit b2ef3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-kv-cache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ llama_kv_cache_unified::llama_kv_cache_unified(
7676
const uint32_t n_embd_k_gqa = hparams.n_embd_k_gqa(i) + hparams.n_embd_k_s();
7777
const uint32_t n_embd_v_gqa = hparams.n_embd_v_gqa(i) + hparams.n_embd_v_s();
7878

79-
ggml_backend_buffer_type_t buft = cbs.get_buft(i);
79+
ggml_backend_buffer_type_t buft = this->cbs.get_buft(i);
8080

8181
ggml_context * ctx = ctx_for_buft(buft);
8282
if (!ctx) {

0 commit comments

Comments
 (0)