mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-10 11:34:34 +00:00
reformat code
This commit is contained in:
parent
b6fdbd541b
commit
6439090920
5 changed files with 137 additions and 130 deletions
|
@ -200,7 +200,8 @@ int main(int argc, char ** argv) {
|
|||
// load the model and apply lora adapter, if any
|
||||
LOG_INF("%s: load the model and apply lora adapter, if any\n", __func__);
|
||||
llama_init_result llama_init = llama_init_from_gpt_params(params);
|
||||
// update
|
||||
|
||||
// update my rank and world size if any devices removed
|
||||
my_rank = params.rank;
|
||||
n_world = params.n_world;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue