| 308 | } |
| 309 | |
| 310 | void common_sampler_reset(struct common_sampler * gsmpl) { |
| 311 | llama_sampler_reset(gsmpl->grmr); |
| 312 | |
| 313 | llama_sampler_reset(gsmpl->chain); |
| 314 | } |
| 315 | |
| 316 | struct common_sampler * common_sampler_clone(common_sampler * gsmpl) { |
| 317 | return new common_sampler { |