From 0409ae00b6925ca475248111dfd36fefd3c6b162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Yusuf=20Sar=C4=B1g=C3=B6z?= Date: Wed, 11 Oct 2023 08:21:29 +0300 Subject: [PATCH] are you happy editorconfig? --- examples/llava/llava.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/llava/llava.cpp b/examples/llava/llava.cpp index 7dfdc8d3b..4a915a6b8 100644 --- a/examples/llava/llava.cpp +++ b/examples/llava/llava.cpp @@ -95,7 +95,7 @@ int main(int argc, char ** argv) { int n_llama_embd = llama_n_embd(llama_get_model(ctx_llama)); if (n_img_embd != n_llama_embd) { printf("%s: embedding dim of the multimodal projector (%d) is not equal to that of LLaMA (%d). Make sure that you use the correct mmproj file.\n", __func__, n_img_embd, n_llama_embd); - + llama_free(ctx_llama); llama_free_model(model); llama_backend_free();