mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 09:34:37 +00:00
Merge branch 'upstream' into concedo_experimental
# Conflicts: # examples/embedding/embedding.cpp # examples/infill/infill.cpp # examples/perplexity/perplexity.cpp # flake.lock # src/llama-sampling.cpp
This commit is contained in:
commit
13394368b6
13 changed files with 100102 additions and 100106 deletions
|
@ -1267,6 +1267,7 @@ struct server_context {
|
|||
{"n_predict", slot.n_predict}, // Server configured n_predict
|
||||
{"model", params.model_alias},
|
||||
{"seed", slot.sparams.seed},
|
||||
{"seed_cur", slot.smpl ? gpt_sampler_get_seed(slot.smpl) : 0},
|
||||
{"temperature", slot.sparams.temp},
|
||||
{"dynatemp_range", slot.sparams.dynatemp_range},
|
||||
{"dynatemp_exponent", slot.sparams.dynatemp_exponent},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue