The llama.cpp project released version b10437, which introduces native support for the MiniMax-Text-01 and MiniMax-M1 causal language models. This update includes the necessary conversion scripts, chat templates, and model architecture implementations to run these specific models within the llama.cpp framework.
- Added `MiniMaxText01ForCausalLM` and `MiniMaxM1ForCausalLM` support to the model layer.
- Implemented token suppression for embeddings with zero values to prevent disruption of the sampling process.
- Optimized performance by removing state transpose operations and using common functions for concise implementation.
- Added a Jinja chat template specifically for MiniMax-M1.
- Included build artifacts for macOS, Linux, Windows, Android, and openEuler across CPU, GPU, and various accelerators.
This release enables users to locally run MiniMax models using llama.cpp's existing inference infrastructure.