mirror of
https://github.com/turboderp-org/exllamav2.git
synced 2026-03-15 00:07:26 +00:00
Sampler: Remove superfluous pre-sort pass
This commit is contained in:
@@ -238,7 +238,6 @@ std::vector<float> sample_basic
|
||||
|
||||
if (num_probs || skew != 0.0f)
|
||||
{
|
||||
num_candidates = pre_sort_descending(num_candidates, temp_probs, temp_indices);
|
||||
sort_descending(num_candidates, temp_probs, temp_indices, num_probs);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user