minor : clean-up whitespaces (#24862)

[no ci]
This commit is contained in:
Georgi Gerganov 2026-06-21 11:37:12 +03:00 committed by GitHub
parent d789527482
commit 8a118ee86c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);