(sampler: llama_cpp.llama_sampler_p)
| 652 | self.apply_func(cur_p) |
| 653 | |
| 654 | def free_wrapper(sampler: llama_cpp.llama_sampler_p): |
| 655 | pass |
| 656 | |
| 657 | sampler_i = llama_cpp.llama_sampler_i() |
| 658 | sampler_i.apply = llama_cpp.llama_sampler_i_apply(apply_wrapper) |
nothing calls this directly
no outgoing calls
no test coverage detected