updated header def for dry sampler to match implementation
This commit is contained in:
parent
85dadac483
commit
793e1e221b
1 changed files with 2 additions and 2 deletions
4
llama.h
4
llama.h
|
@ -933,8 +933,8 @@ extern "C" {
|
||||||
float dry_base,
|
float dry_base,
|
||||||
float dry_multiplier,
|
float dry_multiplier,
|
||||||
int dry_allowed_length,
|
int dry_allowed_length,
|
||||||
const llama_token * seq_breakers,
|
const llama_token * dry_seq_breakers,
|
||||||
int seq_breakers_size);
|
int dry_seq_breakers_size);
|
||||||
|
|
||||||
/// @details Tail Free Sampling described in https://www.trentonbricken.com/Tail-Free-Sampling/.
|
/// @details Tail Free Sampling described in https://www.trentonbricken.com/Tail-Free-Sampling/.
|
||||||
LLAMA_API void llama_sample_tail_free(
|
LLAMA_API void llama_sample_tail_free(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue