Skip to content

Commit c831e76

Browse files
committed
fix: Remove errant virtual destructor leftover from previous impl attempt
Branch: HybridRecurrentCache Signed-off-by: Gabe Goodhart <[email protected]>
1 parent 8c59841 commit c831e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-graph.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ class llm_graph_input_attn_kv_unified : public llm_graph_input_i {
243243
cparams(cparams),
244244
kv_state(kv_state) {
245245
}
246-
virtual ~llm_graph_input_attn_kv_unified() = default;
246+
~llm_graph_input_attn_kv_unified() = default;
247247

248248
void set_input(const llama_ubatch * ubatch) override;
249249

0 commit comments

Comments
 (0)