server : include total "num_slots" in props endpoint (#5349)
This commit is contained in:
parent
31e7903221
commit
8a79c591de
1 changed files with 1 additions and 0 deletions
|
@ -432,6 +432,7 @@ struct llama_server_context
|
|||
}
|
||||
|
||||
default_generation_settings_for_props = get_formated_generation(slots.front());
|
||||
default_generation_settings_for_props["num_slots"] = params.n_parallel;
|
||||
default_generation_settings_for_props["seed"] = -1;
|
||||
|
||||
batch = llama_batch_init(n_ctx, 0, params.n_parallel);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue