mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-09 19:54:34 +00:00
reformat code
This commit is contained in:
parent
b6fdbd541b
commit
6439090920
5 changed files with 137 additions and 130 deletions
|
@ -463,9 +463,10 @@ extern "C" {
|
|||
struct llama_model * model,
|
||||
struct llama_model_params params);
|
||||
|
||||
LLAMA_API void llama_update_context_with_rankworld(struct llama_context * ctx,
|
||||
uint32_t rank,
|
||||
uint32_t n_world);
|
||||
LLAMA_API void llama_update_context_with_rankworld(
|
||||
struct llama_context * ctx,
|
||||
uint32_t rank,
|
||||
uint32_t n_world);
|
||||
|
||||
LLAMA_API struct llama_context * llama_new_context_with_model(
|
||||
struct llama_model * model,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue