minor whitespace fix
This commit is contained in:
parent
6f7cdec38a
commit
cb233584cc
1 changed files with 1 additions and 1 deletions
|
@ -7332,7 +7332,7 @@ void llama_sample_top_p(struct llama_context * ctx, llama_token_data_array * can
|
||||||
if (p >= 1.0f) {
|
if (p >= 1.0f) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
llama_sample_softmax(ctx, candidates);
|
llama_sample_softmax(ctx, candidates);
|
||||||
|
|
||||||
const int64_t t_start_sample_us = ggml_time_us();
|
const int64_t t_start_sample_us = ggml_time_us();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue