Skip to content

Commit 2bffc2d

Browse files
committed
model : pass llama_graph_i as ptr
ggml-ci
1 parent 9e50456 commit 2bffc2d

File tree

3 files changed

+128
-128
lines changed

3 files changed

+128
-128
lines changed

src/llama-context.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ llama_graph_result llama_context::graph_build(
576576
ggml_context * ctx,
577577
const llama_ubatch & ubatch,
578578
bool worst_case) {
579-
return model.build_graph(ctx, *this, cparams, ubatch, worst_case);
579+
return model.build_graph(ctx, this, cparams, ubatch, worst_case);
580580
}
581581

582582
enum ggml_status llama_context::graph_compute(

0 commit comments

Comments
 (0)