Discover and explore top open-source AI tools and projects—updated daily.
inclusionAIScalable Mixture-of-Experts LLMs for AI
Top 98.7% on SourcePulse
Summary
Ling is an open-source Mixture-of-Experts (MoE) Large Language Model (LLM) family from InclusionAI, offering scalable solutions for diverse NLP tasks. It provides two primary model sizes, Ling-lite and Ling-plus, designed for efficient inference and adaptability, fostering community-driven innovation.
How It Works
Ling employs a Mixture-of-Experts (MoE) architecture, enabling selective activation of parameters for efficient computation. It features Ling-lite (16.8B total parameters, 2.75B activated) with a 128K context window and Ling-plus (290B total parameters, 28.8B activated) with a 64K context window. This design allows for significant performance gains while managing computational resources, making it suitable for a wide range of applications.
Quick Start & Requirements
AutoModelForCausalLM, AutoTokenizer) and ModelScope.Highlighted Details
Ling-coder-lite-base for code generation tasks.Maintenance & Community
The project is actively updated with releases like Ling-lite-1.5 (May 2025) and Ling-lite-0415 (April 2025). While the "Ling Team" is credited, explicit community channels (Discord, Slack) or detailed roadmaps are not provided in the README.
Licensing & Compatibility
The project is released under the permissive MIT License. This license allows for broad use, modification, and distribution, including in commercial and closed-source applications, with minimal restrictions.
Limitations & Caveats
The MindIE inference framework, while detailed, imposes a significant barrier to entry, requiring specialized Ascend hardware and a complex, multi-step setup involving Docker and specific drivers. vLLM integration requires applying a custom patch, suggesting potential instability or lack of upstream support. Some models may need weight format conversion for specific inference engines.
1 year ago
Inactive
databricks
mlc-ai
EleutherAI