MLX
Safetensors
qwen3_5_moe
oq
quantized
benchmark
performance
Mixture of Experts
code
agentic-coding
2-bit
Instructions to use mlx-works/KAT-Coder-V2.5-Dev-oQ2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-works/KAT-Coder-V2.5-Dev-oQ2 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir KAT-Coder-V2.5-Dev-oQ2 mlx-works/KAT-Coder-V2.5-Dev-oQ2
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
File size: 2,362 Bytes
4071394 4e5fc78 4071394 4e5fc78 4071394 4e5fc78 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | ---
library_name: mlx
tags:
- mlx
- oq
- quantized
- benchmark
- performance
- moe
- code
- agentic-coding
---
# KAT-Coder-V2.5-Dev-oQ2
This model was quantized using [oQ](https://github.com/jundot/omlx) (oMLX v0.5.4) mixed-precision quantization.
- Base model: [Kwaipilot/KAT-Coder-V2.5-Dev](https://huggingface.co/Kwaipilot/KAT-Coder-V2.5-Dev)
- Chat template: [Qwen Fixed Chat Template](https://huggingface.co/froggeric/Qwen-Fixed-Chat-Templates) (v21) — fixes KV cache optimization, thinking mode control, tool calling, and agent loop issues. Original backed up as `chat_template.jinja.bak`.
## Quantization details
- **Model type**: qwen3_5_moe
- **Bits**: 2
- **Group size**: 64
- **Format**: MLX safetensors
- **Calibration**: oQ2 (standard sensitivity-based)
## Environment
- **Hardware**: M5 MacBook Air 32GB
- **Inference Framework**: oMLX v0.5.4
- **Max Concurrent Requests**: 4
- **Settings**:
- Thinking: Disabled
- TurboQuant KV Cache: Enabled (4-bit)
## Performance Benchmarks
> **Note**: Results are for reference only and may vary depending on hardware, software configuration, and workload.
### Single Request Results
| Test | TTFT(ms) | TPOT(ms) | pp TPS | tg TPS | E2E(s) | Throughput | Peak Mem |
|------|----------|----------|--------|--------|--------|------------|----------|
| pp1024/tg128 | 1097.4 | 20.22 | 933.1 tok/s | 49.8 tok/s | 3.678 | 313.2 tok/s | 12.62 GB |
| pp4096/tg128 | 3777.7 | 21.17 | 1084.2 tok/s | 47.6 tok/s | 6.485 | 651.3 tok/s | 13.34 GB |
### Continuous Batching (pp1024 / tg128)
| Batch | tg TPS | Speedup | pp TPS | pp TPS/req | TTFT(ms) | E2E(s) |
|-------|--------|---------|--------|------------|----------|--------|
| 1x | 49.8 tok/s | 1.00x | 933.1 tok/s | 933.1 tok/s | 1097.4 | 3.678 |
| 2x | 67.5 tok/s | 1.36x | 833.0 tok/s | 416.5 tok/s | 2458.2 | 6.252 |
| 4x | 98.0 tok/s | 1.97x | 825.7 tok/s | 206.4 tok/s | 4812.4 | 10.184 |
## Intelligence Benchmark
> **Note**: Each benchmark round tests only 30 questions. Results are for reference only.
| Benchmark | Accuracy | Correct | Total | Time(s) | Think |
|-----------|----------|---------|-------|---------|-------|
| MMLU | 66.7% | 20 | 30 | 36.2 | No |
| TRUTHFULQA | 83.3% | 25 | 30 | 15.3 | No |
| GSM8K | 90.0% | 27 | 30 | 78.1 | No |
| MATHQA | 46.7% | 14 | 30 | 46.2 | No |
| HUMANEVAL | 83.3% | 25 | 30 | 113.7 | No |
|