MCPcopy Create free account
hub / github.com/abetlen/llama-cpp-python / free_wrapper

Method free_wrapper

llama_cpp/_internals.py:654–655  ·  view source on GitHub ↗
(sampler: llama_cpp.llama_sampler_p)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected