Reset scheduler before talker graph allocation

This commit is contained in:
Andres Marafioti
2026-06-09 11:44:59 +02:00
parent eda8b59092
commit d862d0e10a
+1
View File
@@ -330,6 +330,7 @@ static bool talker_forward_core(const TalkerWeights * tw,
}
ggml_build_forward_expand(gf, logits);
ggml_backend_sched_reset(sched);
if (!ggml_backend_sched_alloc_graph(sched, gf)) {
fprintf(stderr, "[TalkerForward] FATAL: graph allocation failed\n");
ggml_backend_sched_reset(sched);