]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
mtmd: add MiMo v2.5 vision (#22883)
authorAesSedai <redacted>
Tue, 12 May 2026 09:11:14 +0000 (02:11 -0700)
committerGitHub <redacted>
Tue, 12 May 2026 09:11:14 +0000 (11:11 +0200)
commit41782591303ada159467fc75b232b2c9110f45aa
treeee7d8a756c8d7ea9c421803451200cb82dfc20e6
parent78fbbc2c0788efc8857a2c0dc9802ec689fa12c1
mtmd: add MiMo v2.5 vision (#22883)

* mimo-v2.5: vision support

* mimo-v2.5: use fused qkv for vision

* mimi-v2.5: fix f16 vision overflow

* mimo-v2.5: comment cleanups

* mimo-v2.5: Flash doesn't have mmproj
more cleanup
remember to use filter_tensors

* mimo-v2.5: fix trailing whitespace
12 files changed:
convert_hf_to_gguf.py
gguf-py/gguf/constants.py
gguf-py/gguf/gguf_writer.py
gguf-py/gguf/tensor_mapping.py
tools/mtmd/CMakeLists.txt
tools/mtmd/clip-graph.h
tools/mtmd/clip-impl.h
tools/mtmd/clip-model.h
tools/mtmd/clip.cpp
tools/mtmd/models/mimovl.cpp [new file with mode: 0644]
tools/mtmd/models/models.h
tools/mtmd/mtmd.cpp