mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-11 21:39:52 +00:00
fix trailing whitespace (#5407)
This commit is contained in:
parent
4aa43fab56
commit
b7b74cef36
@ -8587,7 +8587,7 @@ void llama_sample_top_k(struct llama_context * ctx, llama_token_data_array * can
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
const int64_t t_start_sample_us = ggml_time_us();
|
const int64_t t_start_sample_us = ggml_time_us();
|
||||||
|
|
||||||
if (k <= 0) {
|
if (k <= 0) {
|
||||||
k = candidates->size;
|
k = candidates->size;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user