Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
455
void common_sampler_reset(struct common_sampler * gsmpl) {
456
if (!gsmpl) {
457
return;
458
}
459
460
gsmpl->reset();
461
}
462
463
struct common_sampler * common_sampler_clone(common_sampler * gsmpl) {
464
return new common_sampler {
Callers
4
main
Function · 0.85
init_sampler
Method · 0.85
draft
Method · 0.85
main
Function · 0.85
Calls
1
reset
Method · 0.45
Tested by
1
draft
Method · 0.68