Views
No views yet
Original model by [Mistral AI](https://huggingface.co/Mistral AI) — converted to MNN Q4 for mobile deployment.
| Architecture | Mistral (sliding window attention, 40 layers) |
| Parameters | 24B (4-bit quantized) |
| Format | MNN (Alibaba Mobile Neural Network) |
| Quantization | W4A16 (4-bit weights, block size 128) |
| Vocab | 32,768 tokens |
| Source | mistralai/Mistral-Small-24B-Instruct-2501 |
| File | Description |
|---|---|
llm.mnn | Model computation graph |
llm.mnn.weight | Quantized weight data (Q4, block=128) |
llm_config.json | Model config with Jinja chat template |
tokenizer.txt | Tokenizer vocabulary |
config.json | MNN runtime config |
| Setting | Value |
|---|---|
| Backend | OpenCL (Qualcomm) / Vulkan (MediaTek) / CPU (fallback) |
| Precision | Low |
| Threads | 4 |
| Thinking | Off (or On for thinking-capable models) |
| Device | SoC | Backend | tok/s |
|---|---|---|---|
| RedMagic 11 Pro (24GB) | SM8850 | OpenCL | ~5-6 tok/s |
Note: Requires 24GB+ RAM. Best for flagship phones with 24GB RAM and minimal background apps.
llmexport pipeline:python llmexport.py --path mistralai/Mistral-Small-24B-Instruct-2501 --export mnn --quant_bit 4 --quant_block 128