mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-06-28 12:25:03 +00:00
Initialize default slot sampling parameters from the global context. (#8418)
This commit is contained in:
@ -737,6 +737,8 @@ struct server_context {
|
|||||||
slot.ga_n = ga_n;
|
slot.ga_n = ga_n;
|
||||||
slot.ga_w = ga_w;
|
slot.ga_w = ga_w;
|
||||||
|
|
||||||
|
slot.sparams = params.sparams;
|
||||||
|
|
||||||
slot.reset();
|
slot.reset();
|
||||||
|
|
||||||
slots.push_back(slot);
|
slots.push_back(slot);
|
||||||
|
Reference in New Issue
Block a user