Skip to content

Commit 36bcff8

Browse files
VJHackggerganov
andauthored
Update src/llama-sampling.cpp
Co-authored-by: Georgi Gerganov <[email protected]>
1 parent a52e023 commit 36bcff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-sampling.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,7 @@ static void llama_sampler_top_n_sigma_apply(struct llama_sampler * smpl, llama_t
16881688
llama_sampler_softmax_impl(cur_p);
16891689
}
16901690

1691-
static struct llama_sampler * llama_sampler_top_n_sigma_clone(const struct llama_sampler * smpl){
1691+
static struct llama_sampler * llama_sampler_top_n_sigma_clone(const struct llama_sampler * smpl) {
16921692
const auto * ctx = (const llama_sampler_top_n_sigma *) smpl->ctx;
16931693
return llama_sampler_init_top_n_sigma(ctx->n);
16941694
}

0 commit comments

Comments
 (0)