mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-07 09:57:00 +00:00
model : pass llama_graph_i as ptr
ggml-ci
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user