awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
InternLM avatar

InternLM/InternLM

0
View on GitHub↗
7,224 stars·507 forks·Python·Apache-2.0·39 viewsinternlm.readthedocs.io↗

InternLM

InternLM is a large language model and a comprehensive suite of weights designed for text generation and complex reasoning. It functions as an inference engine for serving responses, a fine-tuning framework for adjusting model weights, and a platform for building autonomous AI agents.

The system is capable of processing long-context input sequences up to one million tokens for document analysis. It employs chain-of-thought reasoning to solve knowledge-intensive tasks by generating intermediate logic steps before producing a final answer.

The project covers model weight optimization through supervised fine-tuning and reinforcement learning from human feedback. It also provides the architecture necessary to execute external tools and deploy pre-trained weights via local or server-based hosting.

Features

  • Large Language Models - Provides a comprehensive large language model and weight suite for text generation and complex reasoning.
  • LLM Inference Servers - Implements an inference engine for loading pre-trained weights and serving responses via local or server-based deployment.
  • Autonomous AI Agent Frameworks - Provides a functional framework for building self-directed agents that manage planning and tool execution.
  • Chain-of-Thought Prompting - Implements chain-of-thought reasoning to solve complex, knowledge-intensive tasks by generating intermediate logic steps.
  • Language Model Fine-Tuning - Offers frameworks for adjusting pre-trained language model weights using specific datasets to improve domain performance.
  • Large Language Model Serving - Hosts and exposes large language models via inference engines for local or server-based deployment.
  • LLM Fine-Tuning Toolsets - Includes a comprehensive framework for adjusting model weights via supervised fine-tuning and reinforcement learning from human feedback.
  • Long Context Processing - Supports processing extended input sequences up to one million tokens for comprehensive document analysis.
  • Preference-Based Model Alignments - Uses a separate reward model to provide feedback and refine model outputs according to human-aligned preferences.
  • Model Deployment - Enables loading and running pre-trained weights in production environments for real-time text generation.
  • Reasoning Engines - Provides a reasoning engine that uses deep thinking modes and chain-of-thought processing for complex problems.
  • Supervised Fine-Tuning Frameworks - Provides a pipeline for adjusting model weights using curated prompt-response pairs to align behavior with specific tasks.
  • Tool Calling - Features an architecture that generates structured function calls to interact with external systems for autonomous execution.
  • Autonomous AI Agents - Provides a platform for building autonomous AI agents that execute tools to achieve complex goals.
  • Complex Problem Solving - Solves intricate logical and knowledge-intensive challenges using advanced long chain-of-thought reasoning.
  • Multi-Stage Fine-Tuning Frameworks - Employs a multi-stage training approach, iterating through foundation training and reward-based tuning to refine model accuracy.
  • KV Cache Optimizations - Includes KV cache optimization to avoid redundant computations and increase token generation speed during inference.
  • Large Language Model Fine-Tuning - Adapts pre-trained large language models to specific tasks or industries using specialized custom datasets.
  • Long-Context Models - Supports processing and analyzing extended input sequences up to one million tokens for comprehensive document analysis.
  • Rotary Positional Embeddings - Utilizes rotary positional embeddings to maintain relative distance information across very long input sequences.
  • Supervised Model Weight Optimization - Refines neural network parameters using supervised fine-tuning and RLHF to optimize model behavior.
  • Foundation Models - Base and chat models tailored for practical scenarios.
  • Large Language Models - Efficient foundational language model for diverse applications.
  • Text LLM Models - Advanced bilingual model series with strong performance in math and coding.
  • General Purpose Models - Multilingual base model developed for robust domain adaptation.

Star history

Star history chart for internlm/internlmStar history chart for internlm/internlm

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with InternLM

These projects share indexed features with InternLM. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • zai-org/glm-4.5zai-org avatar

    zai-org/GLM-4.5

    4,210View on GitHub↗

    GLM-4.5 is a multimodal large language model and advanced reasoning system. It functions as an AI coding assistant, an autonomous AI agent, and a multimodal content generator capable of processing and generating text, images, audio, and video within a single unified system. The project is distinguished by its deep reasoning capabilities, utilizing chain-of-thought processing to solve complex mathematical, logical, and technical problems. It features an agentic architecture that allows for autonomous task execution, long-horizon goal planning, and the ability to interact with external tools an

    Pythonagentglmllm
    View on GitHub↗4,210
  • openbmb/minicpmOpenBMB avatar

    OpenBMB/MiniCPM

    9,464View on GitHub↗

    MiniCPM is a collection of small language models designed for local, on-device deployment in resource-constrained environments. The project focuses on running dense Transformer models on consumer hardware, including GPUs, CPUs, and Apple Silicon, without requiring custom code forks. The project distinguishes itself through heavy optimization for edge hardware, utilizing quantized weight compression in GGUF and MLX formats to reduce memory overhead. It implements advanced inference techniques such as speculative sampling and radix-tree prefix caching to accelerate generation speed and throughp

    Jupyter Notebook
    View on GitHub↗9,464
  • zai-org/glm-4zai-org avatar

    zai-org/GLM-4

    7,058View on GitHub↗

    GLM-4 is a large language model and fine-tuning framework designed for human-like text production, complex reasoning, and multilingual conversation. It functions as a multimodal system capable of processing high-resolution visual content and as a long-context model designed to analyze documents with a context window of up to one million tokens. The project differentiates itself through a function calling interface that enables AI agent development by connecting the model to external APIs and real-time web browsing. It includes specialized capabilities for generating functional programming cod

    Pythonchatglmchatglm-6bglm
    View on GitHub↗7,058
  • qwenlm/qwen2.5QwenLM avatar

    QwenLM/Qwen2.5

    27,307View on GitHub↗

    Qwen2.5 is a suite of large language model foundation models designed for natural language generation, code production, and complex mathematical reasoning. The project encompasses a multilingual language model capable of processing dozens of languages and a specialized code generation model for technical problem solving and debugging. The framework is distinguished by its long context capabilities, enabling the analysis of massive inputs ranging from 256K up to 1 million tokens. It further functions as an agentic framework, utilizing standardized templates and parsers to execute autonomous wo

    Python
    View on GitHub↗27,307
Compare all 30 related projects→

Frequently asked questions

What does internlm/internlm do?

InternLM is a large language model and a comprehensive suite of weights designed for text generation and complex reasoning. It functions as an inference engine for serving responses, a fine-tuning framework for adjusting model weights, and a platform for building autonomous AI agents.

What are the main features of internlm/internlm?

The main features of internlm/internlm are: Large Language Models, LLM Inference Servers, Autonomous AI Agent Frameworks, Chain-of-Thought Prompting, Language Model Fine-Tuning, Large Language Model Serving, LLM Fine-Tuning Toolsets, Long Context Processing.

Which projects share features with internlm/internlm?

Projects with overlapping indexed features include: zai-org/glm-4.5 — GLM-4.5 is a multimodal large language model and advanced reasoning system. It functions as an AI coding assistant, an… openbmb/minicpm — MiniCPM is a collection of small language models designed for local, on-device deployment in resource-constrained… zai-org/glm-4 — GLM-4 is a large language model and fine-tuning framework designed for human-like text production, complex reasoning,… qwenlm/qwen2.5 — Qwen2.5 is a suite of large language model foundation models designed for natural language generation, code… thudm/chatglm3 — ChatGLM3 is an open-weights large language model designed for bilingual conversational interactions in English and… qwenlm/qwen-7b — Qwen-7B is a pretrained causal language model designed for natural language generation, text processing, and complex…