mirror of
https://github.com/exo-explore/exo.git
synced 2026-07-30 07:07:07 -04:00
Adds a model card for [moonshotai/Kimi-K2.7-Code](https://huggingface.co/moonshotai/Kimi-K2.7-Code), released 2026-06-12. Same architecture as Kimi K2.6 (`kimi_k25`, 61 layers, official INT4), so the card mirrors the existing `moonshotai--Kimi-K2.6.toml`. Sampling defaults per the model card (temperature 1.0 / top_p 0.95 for thinking mode). **Vision:** the official repo ships MoonViT weights inline, so I extracted the 335 `vision_tower.*` / `mm_projector.*` tensors (unmodified bf16) into [aidiffuser/Kimi-K2.7-Code-vision](https://huggingface.co/aidiffuser/Kimi-K2.7-Code-vision), following the `exolabs/Kimi-K2.6-vision` format. The vision config is byte-identical to K2.6's; the extraction script is included in the repo for verification. Happy to have this re-hosted under the exolabs org if you prefer — it's a one-line change to the card. **Tested:** distributed serving on 2× Mac Studio M3 Ultra (512 GB), tensor parallelism, text + thinking + image understanding all confirmed working. Co-authored-by: aidiffuser <your-noreply-email@users.noreply.github.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>