LLM series (InternLM, InternLM2, InternLM2.5, InternLM3) official release
Top 7.4% on sourcepulse
InternLM provides a suite of open-source large language models (LLMs) including InternLM, InternLM2, InternLM2.5, and InternLM3. These models are designed for general-purpose usage, advanced reasoning, and efficient deployment, offering state-of-the-art performance on various benchmarks. The project targets researchers and developers looking for high-performance LLMs with flexible deployment options.
How It Works
InternLM models are transformer-based architectures trained on massive, high-quality datasets. The latest InternLM3-8B-Instruct model, for instance, was trained on 4 trillion tokens, achieving competitive performance with significantly reduced training costs. It supports a "deep thinking" mode using long chain-of-thought for complex reasoning and a standard response mode for conversational interactions.
Quick Start & Requirements
pip install transformers
), LMDeploy (pip install lmdeploy
), SGLang (pip install sglang
), Ollama (ollama pull internlm/internlm3-8b-instruct
), or vLLM (pip install vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
1 week ago
1 day