# large language model (LLM) framework / inference engine

> AI-ranked search results for `best open source llm` on awesome-repositories.com — ordered by an LLM for relevance, best match first. 117 total matches; showing the top 18.

Explore on the web: https://awesome-repositories.com/q/best-open-source-llm

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [this search on awesome-repositories.com](https://awesome-repositories.com/q/best-open-source-llm).**

## Results

- [thudm/chatglm3](https://awesome-repositories.com/repository/thudm-chatglm3.md) (13,676 ⭐) — ChatGLM3 is an open-weights large language model designed for bilingual conversational interactions in English and Chinese. It functions as a tool-augmented system capable of calling external functions and executing internal code to resolve complex tasks.

The model utilizes four-bit quantization to reduce memory requirements, enabling inference on consumer hardware and diverse processing units including GPUs and CPUs. It features an expanded context window for processing and summarizing long documents and includes a supervised fine-tuning pipeline for adapting the model to specialized domains
- [01-ai/yi](https://awesome-repositories.com/repository/01-ai-yi.md) (7,822 ⭐) — Yi is a bilingual language model and foundation model designed for natural language processing, reasoning, and reading comprehension in both English and Chinese. It is built as a transformer-based architecture capable of general purpose text generation and conversational tasks.

The model is distinguished by its ability to function as a long context system, processing and analyzing extended input sequences up to 200k tokens. It also supports quantized versions that use low-bit precision to reduce memory footprints, enabling execution on consumer-grade hardware.

The project covers a broad rang
- [google-deepmind/gemma](https://awesome-repositories.com/repository/google-deepmind-gemma.md) (5,475 ⭐) — Gemma is a family of open-weights large language models based on a decoder-only transformer architecture. These models are designed for text generation and multi-modal conversations, capable of processing and generating responses based on both textual and visual input sequences.

The project provides a fine-tunable AI model that supports weight adjustment and low-rank adaptation to specialize performance for particular tasks. It includes support for quantized weights to reduce memory usage and increase inference speed on limited hardware.

The capability surface covers multi-modal AI integrati
- [thudm/chatglm2-6b](https://awesome-repositories.com/repository/thudm-chatglm2-6b.md) (15,565 ⭐) — ChatGLM2-6B is an open-weight large language model designed for natural language conversations and text generation in both English and Chinese. It functions as a bilingual chat model capable of processing and maintaining coherence across text sequences up to 32K tokens.

The model is optimized for local deployment through precision quantization, which reduces memory requirements to allow execution on consumer-grade hardware. It supports distributing model weights across multiple graphics cards to handle parameters that exceed the memory of a single device.

The project covers capabilities for
- [stability-ai/stablelm](https://awesome-repositories.com/repository/stability-ai-stablelm.md) (15,699 ⭐) — StableLM is a pre-trained transformer-based large language model designed for natural language generation and zero-shot inference. It functions as a causal language model that predicts the next token in a sequence to produce human-like text for conversational and creative writing tasks.

The model is built as a fine-tunable base, allowing the adaptation of pre-trained weights to specific tasks or styles through custom dataset training and weight regularization. It utilizes rotary positional embeddings and flash-attention to optimize memory usage and processing efficiency during deployment on G
- [haotian-liu/llava](https://awesome-repositories.com/repository/haotian-liu-llava.md) (24,465 ⭐) — LLaVA is a multimodal large language model architecture designed to process and interpret both image and text inputs to generate natural language responses. It functions as a research-oriented platform for visual instruction tuning, providing a framework to align language models with human intent through training on diverse datasets of paired images and text queries.

The system distinguishes itself through a specialized vision-language training pipeline that connects visual data to language models using projection layers and instruction-based fine-tuning. It supports distributed inference by
- [morizeyao/gpt2-chinese](https://awesome-repositories.com/repository/morizeyao-gpt2-chinese.md) (7,596 ⭐) — GPT2-Chinese is a Chinese language model implementation based on the GPT-2 architecture. It provides a causal language model trainer and a natural language generation tool designed for training and generating human-like Chinese text sequences.

The system integrates a BERT tokenizer to process Chinese corpora into manageable units for machine learning. It enables the development of predictive text models that can generate specific patterns, such as news or poetry, through prompt-based text completion.

The project covers a full workflow including text tokenization, model training using a trans
- [deepseek-ai/deepseek-llm](https://awesome-repositories.com/repository/deepseek-ai-deepseek-llm.md) (7,100 ⭐) — DeepSeek-LLM is a large language model and causal language model designed for natural language generation. It functions as a multi-lingual system capable of predicting the next token in a sequence to perform text completion and conversational generation.

The model is specialized for logical reasoning, specifically as a code and math LLM. This enables it to perform complex problem solving, which includes generating executable code and solving mathematical equations through step-by-step analysis.

The system's broader capabilities cover conversational AI, including the generation of chat comple
- [qwenlm/qwen3](https://awesome-repositories.com/repository/qwenlm-qwen3.md) (27,324 ⭐) — Qwen3 is a transformer-based large language model designed as a generative AI foundation for understanding, reasoning, and generating human language. It functions as a comprehensive ecosystem for model training, fine-tuning, and production-ready inference, providing the underlying architecture and weights necessary to build diverse artificial intelligence applications.

The project distinguishes itself through extensive support for model quantization and distributed inference, enabling efficient execution across a wide range of hardware from consumer-grade devices to scalable cloud infrastruct
- [allenai/olmo](https://awesome-repositories.com/repository/allenai-olmo.md) (6,313 ⭐)
- [eleutherai/pythia](https://awesome-repositories.com/repository/eleutherai-pythia.md) (2,827 ⭐) — This repository is for EleutherAI's project Pythia which combines interpretability analysis and scaling laws to understand how knowledge develops and evolves during training in autoregressive transformers. For detailed info on the models, their training, and their properties, please see our…
- [xai-org/grok-1](https://awesome-repositories.com/repository/xai-org-grok-1.md) (51,690 ⭐) — Grok-1 is an open-weights large language model implementation featuring a sparse mixture-of-experts architecture. It is designed for high-performance text generation and natural language processing by activating only a subset of specialized expert layers per token.

The model utilizes 8-bit weight quantization to reduce memory overhead and accelerate loading. To manage its high parameter count, the implementation supports activation sharding, which distributes the memory load across multiple hardware devices during execution.

The project covers large-scale model inference, including text comp
- [thudm/glm-130b](https://awesome-repositories.com/repository/thudm-glm-130b.md) (7,649 ⭐) — GLM-130B is a pre-trained foundation model and bilingual large language model designed for natural language processing tasks in both English and Chinese. It functions as an autoregressive language model and text generator capable of producing long-form content and predicting missing phrases.

The model utilizes an autoregressive blank-filling architecture and a bidirectional dense transformer to process text. This approach allows the system to transition between understanding context through masked language modeling and generating sequential text using specific mask tokens.

The project covers
- [ymcui/chinese-llama-alpaca-2](https://awesome-repositories.com/repository/ymcui-chinese-llama-alpaca-2.md) (7,136 ⭐) — This project provides a Chinese large language model based on the LLaMA architecture. It is an instruction-tuned model optimized for natural language processing and multi-turn conversations in Chinese.

The system includes a framework for parameter-efficient fine-tuning using low-rank adaptation and quantization to reduce memory requirements. It also implements retrieval augmented generation for local document question answering and supports long-context processing for sequences up to 64K tokens.

The project covers a broad set of capabilities including supervised instruction tuning, reinforce
- [qwenlm/qwen-7b](https://awesome-repositories.com/repository/qwenlm-qwen-7b.md) (21,343 ⭐) — Qwen-7B is a pretrained causal language model designed for natural language generation, text processing, and complex reasoning tasks. It is available as an instruction-tuned model optimized for conversational interactions and a tool-use model capable of executing function calls and interacting with external APIs.

The project provides a quantized version of the model to reduce GPU memory usage and supports the development of autonomous agents that can execute code and perform functions to complete complex goals.

The system covers a wide range of capabilities including model fine-tuning throug
- [zai-org/glm-4](https://awesome-repositories.com/repository/zai-org-glm-4.md) (7,058 ⭐) — 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
- [thudm/chatglm-6b](https://awesome-repositories.com/repository/thudm-chatglm-6b.md) (41,040 ⭐) — ChatGLM-6B is an open-source bilingual large language model designed for natural dialogue and text generation in both English and Chinese. It is structured as a dialogue model capable of tasks such as role-playing and information extraction.

The project provides implementations for quantized language models, using low-precision weights to reduce GPU memory requirements for local inference. It also supports parameter-efficient fine-tuning, allowing model behavior to be optimized for specific tasks without requiring full retraining.

The model includes capabilities for local execution on GPUs a
- [deepseek-ai/deepseek-v3](https://awesome-repositories.com/repository/deepseek-ai-deepseek-v3.md) (103,753 ⭐) — DeepSeek-V3 is a large language model that provides comprehensive resources for model utilization, including technical specifications, pre-trained weights, and evaluation benchmarks. The project details the core transformer architecture, including parameter counts and multi-token prediction modules, while supporting native 8-bit floating-point quantization.

The repository offers extensive support for local and distributed inference through integration with multiple frameworks and engines. It includes documentation for deploying the model across various hardware configurations, such as GPUs an
