model: fix build failed (#24193)

This commit is contained in:
Xuan-Son Nguyen
2026-06-05 18:12:27 +02:00
committed by GitHub
parent 64086f2b2f
commit c4a278d68e
+1 -1
View File
@@ -1764,7 +1764,7 @@ void llama_model::print_info() const {
[](const auto & entry) { return entry >= 0; })) {
LLAMA_LOG_INFO("%s: deepstack_mapping_arr = %s\n", __func__,
print_f([&](uint32_t il) { return hparams.deepstack_mapping_arr[il]; },
hparams.n_layer).c_str());
hparams.n_layer()).c_str());
}
// MRoPE (Multi-axis Rotary Position Embedding) sections
if (const auto & s = hparams.rope_sections; s[0] || s[1] || s[2] || s[3]) {