MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / common_sampler_reset

Function common_sampler_reset

common/sampling.cpp:455–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455void common_sampler_reset(struct common_sampler * gsmpl) {
456 if (!gsmpl) {
457 return;
458 }
459
460 gsmpl->reset();
461}
462
463struct common_sampler * common_sampler_clone(common_sampler * gsmpl) {
464 return new common_sampler {

Callers 4

mainFunction · 0.85
init_samplerMethod · 0.85
draftMethod · 0.85
mainFunction · 0.85

Calls 1

resetMethod · 0.45

Tested by 1

draftMethod · 0.68