File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ uint32_t common_sampler_get_seed(const struct common_sampler * gsmpl);
86
86
// helpers
87
87
88
88
// access the internal list of current candidate tokens
89
- // if do_sort == true, the candidates will be sorted (in descending order of probability) in case they are not already sorted
90
- // if do_sort == false, the candidates *might* not be sorted. use the . sorted flag of the result to determine that
89
+ // if do_sort == true, the candidates are guaranteed to be sorted afterwards (in descending order of probability)
90
+ // the . sorted flag of the result indicates whether the returned candidates are sorted
91
91
llama_token_data_array * common_sampler_get_candidates (struct common_sampler * gsmpl, bool do_sort);
92
92
93
93
// get the last accepted token
You can’t perform that action at this time.
0 commit comments