llama_sampler_free method
Implementation
void llama_sampler_free(
ffi.Pointer<llama_sampler> smpl,
) {
return _llama_sampler_free(
smpl,
);
}
void llama_sampler_free(
ffi.Pointer<llama_sampler> smpl,
) {
return _llama_sampler_free(
smpl,
);
}