perf: ratchet streaming budget so plan stops re-merging every step (#1611)

This commit is contained in:
fszontagh
2026-06-06 10:32:03 +02:00
committed by GitHub
parent 74f513d512
commit 0648f4426b
2 changed files with 30 additions and 12 deletions

View File

@@ -699,9 +699,9 @@ namespace sd::ggml_graph_cut {
}
if (log_desc != nullptr) {
LOG_INFO("%s graph cut max_vram budget merge took %lld ms",
log_desc,
ggml_time_ms() - t_budget_begin);
LOG_DEBUG("%s graph cut max_vram budget merge took %lld ms",
log_desc,
ggml_time_ms() - t_budget_begin);
}
return merged_plan;