mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-19 16:31:59 +00:00
mtmd: correct mtmd_decode_use_mrope() (#22188)
This commit is contained in:
parent
cd03ec7642
commit
9998d88bc8
1 changed files with 1 additions and 1 deletions
|
|
@ -1052,7 +1052,7 @@ bool mtmd_decode_use_non_causal(const mtmd_context * ctx, const mtmd_input_chunk
|
|||
}
|
||||
|
||||
bool mtmd_decode_use_mrope(const mtmd_context * ctx) {
|
||||
return ctx->pos_type;
|
||||
return ctx->pos_type == MTMD_POS_TYPE_MROPE;
|
||||
}
|
||||
|
||||
bool mtmd_support_vision(const mtmd_context * ctx) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue