Views
No views yet
Original model by cognitivecomputations — converted to MNN Q4 for mobile deployment.
| Architecture | Mistral Small 24B (standard 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 | cognitivecomputations/Dolphin-Mistral-24B-Venice-Edition |
| 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.4 tok/s |
Note: Requires 24GB+ RAM. May not sustain long conversations on 24GB devices due to KV cache memory pressure. Best on tablets or phones with 24GB+ RAM and minimal background apps.
llmexport pipeline:python llmexport.py --path cognitivecomputations/Dolphin-Mistral-24B-Venice-Edition --export mnn --quant_bit 4 --quant_block 128