Simpify some of the changes

This commit is contained in:
Gaurav Garg
2026-07-10 21:48:33 +05:30
parent 3e753aa27d
commit 9c22762603
13 changed files with 120 additions and 119 deletions
+1 -1
View File
@@ -216,8 +216,8 @@ static struct llama_sampler_i common_reasoning_budget_i = {
/* .backend_init = */ nullptr,
/* .backend_accept = */ nullptr,
/* .backend_apply = */ nullptr,
/* .backend_reset = */ nullptr,
/* .backend_set_input = */ nullptr,
/* .backend_reset = */ nullptr,
};
static struct llama_sampler * common_reasoning_budget_clone(const struct llama_sampler * smpl) {