graph : make llm_graph_context destructor virtual (#14410)

ggml-ci
This commit is contained in:
Georgi Gerganov
2025-06-27 21:42:02 +03:00
committed by GitHub
parent 43678060c1
commit 72babea5de

View File

@@ -475,6 +475,7 @@ struct llm_graph_context {
std::unique_ptr<llm_graph_result> res;
llm_graph_context(const llm_graph_params & params);
virtual ~llm_graph_context() = default;
void cb(ggml_tensor * cur, const char * name, int il) const;