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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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;