From 793bcc0b943f773258d1ee6972f115624433b74d Mon Sep 17 00:00:00 2001 From: Didzis Gosko Date: Mon, 19 Jun 2023 23:43:40 +0300 Subject: [PATCH] Fix style --- llama.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama.h b/llama.h index a7f0e3c49..8b0442f13 100644 --- a/llama.h +++ b/llama.h @@ -145,7 +145,7 @@ extern "C" { LLAMA_API void llama_free_model(struct llama_model * model); LLAMA_API struct llama_context * llama_new_context_with_model( - struct llama_model * model, + struct llama_model * model, struct llama_context_params params); // Various functions for loading a ggml llama model.