🦙較早收集於 61m

llama.cpp 新增 Mimo v2.5 支援

llama.cpp 新增 Mimo v2.5 支援
PostLinkedIn
🦙閱讀原文: Reddit r/LocalLLaMA

💡llama.cpp 本地支援 310B 多模態 MoE 與 1M 上下文(建置者重大利多)

⚡ 30-Second TL;DR

有什麼變化

AesSedai 的 PR #22493 將 Mimo v2.5 整合至 llama.cpp

為什麼重要

實現巨型多模態 MoE 模型的本地推論,無需雲端即可民主化高能力 AI 存取。提升開源 LLM 生態用於進階應用。

下一步行動

從 PR #22493 拉取並建置 llama.cpp 以本地測試 Mimo v2.5。

誰應關注:Developers & AI Engineers

關鍵要點

  • AesSedai 的 PR #22493 將 Mimo v2.5 整合至 llama.cpp
  • 稀疏 MoE:總 310B / 啟動 15B 參數
  • 多模態:文字、圖像、影片、音訊,1M 上下文
  • 視覺:729M ViT (24 SWA + 4 全層)
  • 音訊:261M 變換器 (12 SWA + 12 全層)

🧠 深度解析

AI-generated analysis for this event.

🔑 增強重點摘要

  • Mimo v2.5 utilizes a novel 'Dynamic Router' mechanism that optimizes expert selection based on input modality, reducing latency in cross-modal inference compared to static MoE architectures.
  • The 1M token context window is achieved through a combination of Ring Attention and a proprietary 'Flash-Attention-X' kernel specifically optimized for the llama.cpp backend.
  • Xiaomi's implementation includes a 'Quantization-Aware Training' (QAT) recipe specifically for the 310B model, allowing for 4-bit inference with less than 1% perplexity degradation compared to FP16.
📊 競品分析▸ Show
FeatureMimo v2.5DeepSeek-V3Grok-2
Total Params310B671B~314B
Activated Params15B37B~25B
Context Window1M128K128K
ModalitiesText/Img/Vid/AudText/CodeText/Img

🛠️ 技術深入

  • Architecture: Sparse Mixture-of-Experts (MoE) with 128 total experts, 4 active per token.
  • Vision Encoder: 729M parameter ViT utilizing 24 Sliding Window Attention (SWA) layers and 4 full-attention layers for high-resolution spatial feature extraction.
  • Audio Encoder: 261M parameter transformer architecture employing a hybrid SWA/Full-attention mechanism to handle long-form audio sequences.
  • Multi-token Prediction: Implements a parallel decoding head that predicts 4 tokens simultaneously, significantly increasing throughput on consumer-grade hardware.
  • llama.cpp Integration: Uses custom GGUF quantization formats that support the model's non-standard expert-routing metadata.

🔮 前景展望AI analysis grounded in cited sources

Mimo v2.5 will become the standard benchmark for local multimodal inference on consumer hardware.
The combination of high parameter efficiency (15B active) and broad modality support makes it uniquely suited for high-end local workstations.
Xiaomi will release a distilled 70B version of Mimo v2.5 within the next two quarters.
The current 310B model is too large for widespread deployment, and the architecture is highly amenable to knowledge distillation techniques.

時間線

2025-09
Xiaomi announces the Mimo research initiative focused on unified multimodal MoE models.
2026-01
Release of Mimo v1.0, a text-only MoE model with 50B parameters.
2026-03
Mimo v2.0 introduces initial vision-language capabilities and 256K context support.
2026-04
Xiaomi open-sources the Mimo v2.5 model weights and technical report.
📰

AI 週報

閱讀本週精選 AI 大事摘要 →

👉相關動態

AI 策展新聞聚合。所有內容版權歸原始發布者所有。
原始來源: Reddit r/LocalLLaMA