fix: Remove errant virtual destructor leftover from previous impl attempt

Branch: HybridRecurrentCache

Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
This commit is contained in:
Gabe Goodhart
2025-06-10 16:26:31 -06:00
parent 9c1a604af8
commit f6d5f055c6

View File

@@ -243,7 +243,7 @@ public:
cparams(cparams),
kv_state(kv_state) {
}
virtual ~llm_graph_input_attn_kv_unified() = default;
~llm_graph_input_attn_kv_unified() = default;
void set_input(const llama_ubatch * ubatch) override;