No additional quantization was applied — the model ships with compressed-tensors INT4 from the source.
Usage
With mlx-lm
bash
1pip install mlx-lm
2python -m mlx_lm.generate \3 --model aidiffuser/Kimi-K2.6-mlx \4 --prompt "Hello, who are you?"\5 --trust-remote-code
With exo (distributed inference)
This model runs on exo with JACCL/RDMA tensor parallelism across multiple Apple Silicon nodes. Tested on a 2-node Mac Studio M3 Ultra cluster (512 GB + 512 GB unified memory) at ~21 tok/s.
Recommended sampling parameters
temperature: 1.0
top_p: 0.95
min_p: 0.01
Hardware Requirements
This is a large MoE model. You will need significant unified memory to run it:
Distributed: Two Apple Silicon machines with 512+ GB each, connected via Thunderbolt