fix trailing whitespace (#5407)

This commit is contained in:
Johannes Gäßler
2024-02-08 11:36:54 +01:00
committed by GitHub
parent 26b7d77de4
commit 5d5a6cfa7b

View File

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