]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
mtmd: support MiMo-V2.5 audio input (RVQ-based model) (#26190)
authorXuan-Son Nguyen <redacted>
Mon, 27 Jul 2026 21:17:09 +0000 (23:17 +0200)
committerGitHub <redacted>
Mon, 27 Jul 2026 21:17:09 +0000 (23:17 +0200)
commit1cbfd1988311775425d36c0ce066590f7d3049cf
tree09f06f2c45edae28ee29260a671a340995c3156d
parent0e4a0362239713ea95a6864a17a8de4b0ad90d62
mtmd: support MiMo-V2.5 audio input (RVQ-based model) (#26190)

* gguf converter for mimo audio

* fix conv

* cpp impl

* nits

* nits 2
15 files changed:
conversion/mimo.py
gguf-py/gguf/constants.py
gguf-py/gguf/gguf_writer.py
gguf-py/gguf/tensor_mapping.py
src/llama-quant.cpp
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/mimo-audio.cpp [new file with mode: 0644]
tools/mtmd/models/models.h
tools/mtmd/mtmd-audio.cpp
tools/mtmd/mtmd-audio.h
tools/mtmd/mtmd.cpp