llama_sampler_free function
- @Native<Void Function(Pointer<
llama_sampler> )>(ffi.Pointer<llama_sampler>)>()
- Pointer<
llama_sampler> smpl
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<llama_sampler>)>()
external void llama_sampler_free(ffi.Pointer<llama_sampler> smpl);