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 8c59841 commit c831e76Copy full SHA for c831e76
src/llama-graph.h
@@ -243,7 +243,7 @@ class llm_graph_input_attn_kv_unified : public llm_graph_input_i {
243
cparams(cparams),
244
kv_state(kv_state) {
245
}
246
- virtual ~llm_graph_input_attn_kv_unified() = default;
+ ~llm_graph_input_attn_kv_unified() = default;
247
248
void set_input(const llama_ubatch * ubatch) override;
249
0 commit comments