From: Johannes Gäßler Date: Thu, 8 Feb 2024 10:36:54 +0000 (+0100) Subject: fix trailing whitespace (#5407) X-Git-Tag: upstream/0.0.4488~2386 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=b7b74cef36a93ae01e0b9af8986d131761742d0e;p=pkg%2Fggml%2Fsources%2Fllama.cpp fix trailing whitespace (#5407) --- diff --git a/llama.cpp b/llama.cpp index 552e0d02..89acafbc 100644 --- a/llama.cpp +++ b/llama.cpp @@ -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; }