fix space

Co-authored-by: compilade <git@compilade.net>
This commit is contained in:
Minsoo Cheong 2024-08-16 15:14:37 +09:00 committed by GitHub
parent 0cd67f88b9
commit 346a97f9c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14009,6 +14009,7 @@ struct llm_build_context {
return gf; return gf;
} }
struct ggml_cgraph * build_exaone() { struct ggml_cgraph * build_exaone() {
struct ggml_cgraph * gf = ggml_new_graph_custom(ctx0, llama_model_max_nodes(model), false); struct ggml_cgraph * gf = ggml_new_graph_custom(ctx0, llama_model_max_nodes(model), false);