Skip to content

Commit 08d5ff4

Browse files
committed
cont : remove wrong comment [no ci]
1 parent 6d2a38c commit 08d5ff4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/llama-sampling.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ struct ring_buffer {
129129
};
130130

131131
// writes result in res, does not mutate cur
132-
// reduces the size of cur_p to npartial, keeping only the top npartial elements
133132
static void llama_token_data_array_partial_sort(const llama_token_data_array & cur, int npartial, std::vector<llama_token_data> & res) {
134133
static const auto comp = [](const llama_token_data & a, const llama_token_data & b) {
135134
return a.logit > b.logit;

0 commit comments

Comments
 (0)