]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
minor : clean-up whitespaces (#24862)
authorGeorgi Gerganov <redacted>
Sun, 21 Jun 2026 08:37:12 +0000 (11:37 +0300)
committerGitHub <redacted>
Sun, 21 Jun 2026 08:37:12 +0000 (11:37 +0300)
[no ci]

common/speculative.cpp

index 3c38ae2b0232721283e26631d712b0a901ed5de8..c922a3f592a63710394bf06dd2f30fe6e6a04622 100644 (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);