From 8a118ee86c3b818ce7e1524e48fc7cc65f1dc69b Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 21 Jun 2026 11:37:12 +0300 Subject: [PATCH] minor : clean-up whitespaces (#24862) [no ci] --- common/speculative.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/speculative.cpp b/common/speculative.cpp index 3c38ae2b02..c922a3f592 100644 --- a/common/speculative.cpp +++ b/common/speculative.cpp @@ -991,7 +991,7 @@ struct common_speculative_impl_draft_mtp : public common_speculative_impl { if (chain_heads) { this->params.n_max = std::min(this->params.n_max, n_mtp_layers); - + chain_h.assign(n_seq, {}); for (auto & c : chain_h) { c.reserve((size_t) (this->params.n_max + 1) * n_embd);