awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 repositorios

Awesome GitHub RepositoriesInference Frameworks

High-performance engines for serving and deploying LLMs.

Explore 10 awesome GitHub repositories matching part of an awesome list · Inference Frameworks. Refine with filters or upvote what's useful.

Awesome Inference Frameworks GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • vllm-project/vllmAvatar de vllm-project

    vllm-project/vllm

    83,048Ver en GitHub↗

    vLLM is a high-throughput inference engine designed for the efficient serving and execution of large language models. It functions as a production-ready distributed model server, providing standard API protocols for online serving while also supporting offline batch processing. The system is built to maximize token generation speed and memory efficiency, enabling both large-scale cloud deployments and local execution on personal hardware. The project distinguishes itself through advanced memory management and request scheduling techniques, most notably its use of non-contiguous key-value cach

    High-throughput inference engine with PagedAttention.

    Pythonamdblackwellcuda
    Ver en GitHub↗83,048
  • mlc-ai/mlc-llmAvatar de mlc-ai

    mlc-ai/mlc-llm

    22,057Ver en GitHub↗

    MLC LLM is a machine learning compiler and inference engine designed to execute large language models locally across diverse hardware platforms, including desktop, mobile, and web environments. By utilizing machine learning compilation, the project transforms high-level model definitions into specialized, hardware-specific binary libraries. This process optimizes model weights and generates compute kernels tailored to the unique memory and processing characteristics of target graphics and mobile hardware. The engine distinguishes itself by providing a unified runtime abstraction that enables

    Universal deployment framework for cross-platform model execution.

    Pythonlanguage-modelllmmachine-learning-compilation
    Ver en GitHub↗22,057
  • alibaba/mnnAvatar de alibaba

    alibaba/MNN

    14,242Ver en GitHub↗

    MNN is a high-performance inference engine and framework designed for on-device machine learning. It provides a comprehensive environment for executing, optimizing, and deploying neural network models directly on mobile and resource-constrained edge devices. The framework distinguishes itself through a robust model optimization toolkit that supports quantization, compression, and structural graph manipulation to minimize memory footprint and maximize execution speed. It features a modular architecture that abstracts hardware-specific backends, allowing models to run efficiently across diverse

    Inference engine optimized for mobile and edge devices.

    C++armconvolutiondeep-learning
    Ver en GitHub↗14,242
  • bentoml/openllmAvatar de bentoml

    bentoml/OpenLLM

    12,115Ver en GitHub↗

    OpenLLM is a framework for deploying, managing, and scaling open-source large language models

    Deployment framework supporting multiple adapters and LangChain.

    Pythonbentomlfine-tuningllama
    Ver en GitHub↗12,115
  • huggingface/text-generation-inferenceAvatar de huggingface

    huggingface/text-generation-inference

    10,775Ver en GitHub↗

    Text Generation Inference is a production-ready engine designed for the deployment and serving of large language models. It functions as a containerized runtime environment that manages model execution, scales across distributed hardware, and provides high-performance inference capabilities for demanding production environments. The project distinguishes itself through advanced optimization techniques, including continuous batching to maximize hardware utilization and tensor parallelism to shard large models across multiple accelerator cards. It supports efficient inference through custom com

    Production-ready framework for text generation deployment.

    Pythonbloomdeep-learningfalcon
    Ver en GitHub↗10,775
  • internlm/lmdeployAvatar de InternLM

    InternLM/lmdeploy

    7,903Ver en GitHub↗

    lmdeploy is a high-performance inference engine and deployment framework for large language models and vision models. It functions as a multi-modal model server and compression toolkit designed to serve models with high throughput and low latency. The system enables the distribution of model services across multiple machines using request-based load balancing and tensor parallelism. It includes specialized tools for model quantization and compression to reduce the memory footprint of weights and caches. The framework covers broad capability areas including production deployment, distributed

    Framework for quantization, inference, and serving of LLMs and VLMs.

    Pythoncodellamacuda-kernelsdeepspeed
    Ver en GitHub↗7,903
  • opennmt/ctranslate2Avatar de OpenNMT

    OpenNMT/CTranslate2

    4,319Ver en GitHub↗

    CTranslate2 is a C++ inference engine and runtime for Transformer models, designed to execute models on both CPU and GPU with optimizations for speed and memory efficiency. It functions as a model format converter, quantization tool, and REST API server, enabling deployment of neural machine translation, automatic speech recognition, and text generation models. The engine distinguishes itself through a suite of runtime optimizations including layer fusion, weight-matrix quantization, batch-by-length grouping, and a caching allocator that reuses GPU memory. It supports tensor-parallel model di

    C++ based inference engine for CPU and GPU acceleration.

    C++avxavx2cpp
    Ver en GitHub↗4,319
  • modeltc/lightllmAvatar de ModelTC

    ModelTC/LightLLM

    3,901Ver en GitHub↗

    LightLLM is a high-performance serving framework for deploying and executing large language models. It functions as a multi-GPU inference engine and server capable of handling dense architectures, mixture-of-experts designs, and multimodal models that process both text and images. The system is distinguished by its specialized support for Mixture-of-Experts models using expert parallelism and fused kernels. It implements structured text generation through deterministic state machines and pushdown automata to enforce precise output formats. To optimize throughput, the framework employs specula

    Lightweight inference framework with efficient KV cache management.

    Pythondeep-learninggptllama
    Ver en GitHub↗3,901
  • microsoft/deepspeed-miiAvatar de microsoft

    microsoft/DeepSpeed-MII

    2,105Ver en GitHub↗

    MII makes low-latency and high-throughput inference possible, powered by DeepSpeed.

    Inference framework supporting load balancing and model quantization.

    Python
    Ver en GitHub↗2,105
  • lyogavin/animaAvatar de lyogavin

    lyogavin/Anima

    32Ver en GitHub↗

    Moved to here: https://github.com/lyogavin/airllm

    Memory-optimized inference framework for running large models on limited VRAM.

    Ver en GitHub↗32
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Inference Frameworks