llama.cpp Adds Support for Ling 3.0 VL Multimodal Model
Key point
The new integration supports a 124B parameter sparse MoE model with 5.5B active parameters and a 256K token context window.
Details
llama.cpp has merged support for Ling 3.0 flash-VL, a multimodal model designed for native image and video understanding alongside text reasoning. The model features a 124B total parameter count with a sparse MoE architecture that activates only 5.5B parameters per token, optimizing inference efficiency while maintaining capacity.
Architecture and Capabilities
The model integrates visual information into agentic workflows through several key components:
- Visual Processing: A ViT visual encoder extracts features from images and videos, aligned with text representations via a two-layer MLP projector.
- Temporal Understanding: VideoRoPE encodes spatial and temporal positions, enabling tasks like event localization and long-video analysis.
- Long-Context Efficiency: A 42-layer hybrid backbone alternates KDA and Gated MLA layers at a 5:1 ratio, enabling efficient long-context processing across text, images, videos, and extended agent task histories, supporting a context window of up to 256K tokens.
This addition allows developers using llama.cpp to deploy Ling 3.0 VL for unified multimodal reasoning, planning, and verification tasks.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.