mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-19 16:31:59 +00:00
server : use different seeds for child completions (#18700)
* server : use different seeds for child completions * cont : handle default seed * cont : note
This commit is contained in:
parent
8ece3836b4
commit
f5f8812f7c
4 changed files with 12 additions and 8 deletions
|
|
@ -2142,7 +2142,7 @@ struct llama_sampler_xtc {
|
|||
const uint32_t seed;
|
||||
uint32_t seed_cur;
|
||||
|
||||
std::mt19937 rng;
|
||||
std::mt19937 rng;
|
||||
};
|
||||
|
||||
static const char * llama_sampler_xtc_name(const struct llama_sampler * /*smpl*/) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue