Fix style
This commit is contained in:
parent
5183699900
commit
793bcc0b94
1 changed files with 1 additions and 1 deletions
2
llama.h
2
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue