mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-13 04:00:16 +00:00
Update llama-sampling.cpp
This commit is contained in:
parent
61655b9cdd
commit
be9de3ed8a
@ -1930,6 +1930,7 @@ static void llama_sampler_dry_free(struct llama_sampler * smpl) {
|
||||
static struct llama_sampler_i llama_sampler_dry_i = {
|
||||
/* .name = */ llama_sampler_dry_name,
|
||||
/* .accept = */ llama_sampler_dry_accept,
|
||||
/* .accept_str = */ nullptr,
|
||||
/* .apply = */ llama_sampler_dry_apply,
|
||||
/* .reset = */ llama_sampler_dry_reset,
|
||||
/* .clone = */ llama_sampler_dry_clone,
|
||||
|
Loading…
Reference in New Issue
Block a user