Skip to content

Commit 4dc9fc3

Browse files
committed
DRY: Removed old llama_sampler_init_dry declaration
1 parent 375e57b commit 4dc9fc3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/llama-sampling.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,6 @@ struct llama_sampler * llama_sampler_init_grammar_impl(
3030
struct llama_sampler * llama_sampler_init_infill_impl(
3131
const struct llama_vocab & vocab);
3232

33-
struct llama_sampler * llama_sampler_init_dry(
34-
const struct llama_model * model,
35-
int32_t context_size,
36-
float dry_multiplier,
37-
float dry_base,
38-
int32_t dry_allowed_length,
39-
int32_t dry_penalty_last_n,
40-
const std::vector<std::string>& seq_breakers);
41-
4233
struct llama_sampler * llama_sampler_init_dry(
4334
const struct llama_model * model,
4435
int32_t context_size,

0 commit comments

Comments
 (0)