updated header def for dry sampler to match implementation

This commit is contained in:
l3utterfly 2024-04-29 10:22:58 +09:00
parent 85dadac483
commit 793e1e221b

View file

@ -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(