Wordsmithing comment
This commit is contained in:
parent
6cfa080950
commit
775f893aaf
1 changed files with 1 additions and 1 deletions
|
@ -884,7 +884,7 @@ struct server_context {
|
|||
|
||||
bool launch_slot_with_task(server_slot & slot, const server_task & task) {
|
||||
slot_params default_params;
|
||||
// Default sampling parameters are loaded from the server context unless overridden by individual requests
|
||||
// Sampling parameter defaults are loaded from the global server context (but individual requests can still override them)
|
||||
llama_sampling_params default_sparams = params.sparams;
|
||||
auto & data = task.data;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue