The llama.cpp project has released build b10155, which introduces support for the MiMo-V2.5 audio input model. This update includes a GGUF converter for MiMo audio and implements the necessary C++ backend logic to handle RVQ-based audio models.

  • Added support for MiMo-V2.5 audio input using an RVQ-based model architecture.
  • Included a GGUF converter specifically for MiMo audio formats.
  • Implemented the corresponding C++ inference code for the new model type.
  • Provided binaries for macOS (Apple Silicon and Intel), Linux, Windows, Android, and openEuler across CPU, GPU, and specialized hardware backends.