From 793e1e221b176b6cc9f4c96695ccf64225b7ea50 Mon Sep 17 00:00:00 2001 From: l3utterfly Date: Mon, 29 Apr 2024 10:22:58 +0900 Subject: [PATCH] updated header def for dry sampler to match implementation --- llama.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llama.h b/llama.h index 0c6b86c16..cb58daea0 100644 --- a/llama.h +++ b/llama.h @@ -933,8 +933,8 @@ extern "C" { float dry_base, float dry_multiplier, int dry_allowed_length, - const llama_token * seq_breakers, - int seq_breakers_size); + const llama_token * dry_seq_breakers, + int dry_seq_breakers_size); /// @details Tail Free Sampling described in https://www.trentonbricken.com/Tail-Free-Sampling/. LLAMA_API void llama_sample_tail_free(