mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 01:24:36 +00:00
added top_a sampler
This commit is contained in:
parent
01a0f206df
commit
abfdfb702e
3 changed files with 43 additions and 6 deletions
1
expose.h
1
expose.h
|
@ -29,6 +29,7 @@ struct generation_inputs
|
|||
const int max_length;
|
||||
const float temperature;
|
||||
const int top_k;
|
||||
const float top_a = 0.0f;
|
||||
const float top_p;
|
||||
const float typical_p;
|
||||
const float tfs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue