llama_cpp.llama_sample_top_k(self.ctx, candidates_p, top_k, min_keep=32) this function in example lack of min_keep params, what's default value of this?
llama_cpp.llama_sample_top_k(self.ctx, candidates_p, top_k, min_keep=32)
this function in example lack of min_keep params, what's default value of this?