We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06489af commit b2ef3aeCopy full SHA for b2ef3ae
src/llama-kv-cache.cpp
@@ -76,7 +76,7 @@ llama_kv_cache_unified::llama_kv_cache_unified(
76
const uint32_t n_embd_k_gqa = hparams.n_embd_k_gqa(i) + hparams.n_embd_k_s();
77
const uint32_t n_embd_v_gqa = hparams.n_embd_v_gqa(i) + hparams.n_embd_v_s();
78
79
- ggml_backend_buffer_type_t buft = cbs.get_buft(i);
+ ggml_backend_buffer_type_t buft = this->cbs.get_buft(i);
80
81
ggml_context * ctx = ctx_for_buft(buft);
82
if (!ctx) {
0 commit comments