Skip to content

Commit 9b3a6e0

Browse files
JohannesGaesslerhodlen
authored andcommitted
fix trailing whitespace (ggml-org#5407)
1 parent 80f0aa3 commit 9b3a6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8587,7 +8587,7 @@ void llama_sample_top_k(struct llama_context * ctx, llama_token_data_array * can
85878587
// }
85888588

85898589
const int64_t t_start_sample_us = ggml_time_us();
8590-
8590+
85918591
if (k <= 0) {
85928592
k = candidates->size;
85938593
}

0 commit comments

Comments
 (0)