This commit is contained in:
zhhan 2024-07-11 14:35:49 -07:00
parent 1de1d07e4e
commit f5166cbf4c

View file

@ -12641,7 +12641,7 @@ static struct ggml_cgraph * llama_build_graph(
struct ggml_cgraph * result = NULL; 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(); llm.init();