Skip to content

Commit c6225f3

Browse files
committed
fix: Remove unused private type_* members in recurrent cache after rebase
Branch: GraniteFour Signed-off-by: Gabe Goodhart <[email protected]>
1 parent 9e5329c commit c6225f3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/llama-kv-cache.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -511,9 +511,6 @@ class llama_kv_cache_recurrent : public llama_kv_cache {
511511

512512
const uint32_t n_seq_max = 1;
513513

514-
ggml_type type_k = GGML_TYPE_F32;
515-
ggml_type type_v = GGML_TYPE_F32;
516-
517514
std::vector<ggml_context_ptr> ctxs;
518515
std::vector<ggml_backend_buffer_ptr> bufs;
519516

0 commit comments

Comments
 (0)