fix bug
This commit is contained in:
parent
1de1d07e4e
commit
f5166cbf4c
1 changed files with 1 additions and 1 deletions
|
@ -12641,7 +12641,7 @@ static struct ggml_cgraph * llama_build_graph(
|
|||
|
||||
struct ggml_cgraph * result = NULL;
|
||||
|
||||
struct llm_build_context llm(lctx, lctx.model, batch, cb, worst_case);
|
||||
struct llm_build_context llm(lctx, model, batch, cb, worst_case);
|
||||
|
||||
llm.init();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue