We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375e57b commit 4dc9fc3Copy full SHA for 4dc9fc3
src/llama-sampling.h
@@ -30,15 +30,6 @@ struct llama_sampler * llama_sampler_init_grammar_impl(
30
struct llama_sampler * llama_sampler_init_infill_impl(
31
const struct llama_vocab & vocab);
32
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
-
42
struct llama_sampler * llama_sampler_init_dry(
43
const struct llama_model * model,
44
int32_t context_size,
0 commit comments