| 633 | } |
| 634 | |
| 635 | static void llama_sampler_softmax_apply(struct llama_sampler * /*smpl*/, llama_token_data_array * cur_p) { |
| 636 | llama_sampler_softmax_impl(cur_p); |
| 637 | } |
| 638 | |
| 639 | static struct llama_sampler_i llama_sampler_softmax_i = { |
| 640 | /* .name = */ llama_sampler_softmax_name, |
nothing calls this directly
no test coverage detected