fix trailing whitespace

This commit is contained in:
JohannesGaessler 2024-02-08 11:26:40 +01:00
parent a6e514a85f
commit 6a5d8236ee

View file

@ -8585,7 +8585,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();
if (k <= 0) {
k = candidates->size;
}