]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
fix trailing whitespace (#5407)
authorJohannes Gäßler <redacted>
Thu, 8 Feb 2024 10:36:54 +0000 (11:36 +0100)
committerGitHub <redacted>
Thu, 8 Feb 2024 10:36:54 +0000 (11:36 +0100)
llama.cpp

index 552e0d02e56c55c89d79655def101230b266a62e..89acafbc3ffd79f50917217c3dc21d16aeb8db06 100644 (file)
--- 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;
     }