Skip to content

Commit

Permalink
Update llama-sampling.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ochafik committed Oct 31, 2024
1 parent 61655b9 commit be9de3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/llama-sampling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit be9de3e

Please sign in to comment.