model : pass llama_graph_i as ptr

ggml-ci
This commit is contained in:
Georgi Gerganov
2025-02-18 14:57:26 +02:00
parent 9e50456e19
commit 2bffc2d514
3 changed files with 128 additions and 128 deletions

View File

@@ -576,7 +576,7 @@ llama_graph_result llama_context::graph_build(
ggml_context * ctx,
const llama_ubatch & ubatch,
bool worst_case) {
return model.build_graph(ctx, *this, cparams, ubatch, worst_case);
return model.build_graph(ctx, this, cparams, ubatch, worst_case);
}
enum ggml_status llama_context::graph_compute(