Skip to content

Commit 82d3f4d

Browse files
authored
mtmd: also support LLAMA_ROPE_TYPE_NONE (ggml-org#22242)
1 parent 17f6245 commit 82d3f4d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/mtmd/mtmd.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ struct mtmd_context {
195195

196196
auto decoder_rope_type = llama_model_rope_type(text_model);
197197
switch (decoder_rope_type) {
198+
case LLAMA_ROPE_TYPE_NONE:
198199
case LLAMA_ROPE_TYPE_NORM:
199200
case LLAMA_ROPE_TYPE_NEOX:
200201
{

0 commit comments

Comments
 (0)