Skip to content

Commit c4a278d

Browse files
authored
model: fix build failed (ggml-org#24193)
1 parent 64086f2 commit c4a278d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/llama-model.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,7 @@ void llama_model::print_info() const {
17641764
[](const auto & entry) { return entry >= 0; })) {
17651765
LLAMA_LOG_INFO("%s: deepstack_mapping_arr = %s\n", __func__,
17661766
print_f([&](uint32_t il) { return hparams.deepstack_mapping_arr[il]; },
1767-
hparams.n_layer).c_str());
1767+
hparams.n_layer()).c_str());
17681768
}
17691769
// MRoPE (Multi-axis Rotary Position Embedding) sections
17701770
if (const auto & s = hparams.rope_sections; s[0] || s[1] || s[2] || s[3]) {

0 commit comments

Comments
 (0)