Skip to content

Commit 8a118ee

Browse files
authored
minor : clean-up whitespaces (ggml-org#24862)
[no ci]
1 parent d789527 commit 8a118ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/speculative.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ struct common_speculative_impl_draft_mtp : public common_speculative_impl {
991991

992992
if (chain_heads) {
993993
this->params.n_max = std::min(this->params.n_max, n_mtp_layers);
994-
994+
995995
chain_h.assign(n_seq, {});
996996
for (auto & c : chain_h) {
997997
c.reserve((size_t) (this->params.n_max + 1) * n_embd);

0 commit comments

Comments
 (0)