awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 个仓库

Awesome GitHub RepositoriesServing Frameworks

Platforms and engines designed for the high-throughput deployment and serving of large language models.

Distinct from Large Language Model Optimization: Distinct from general optimization methods: focuses on the serving infrastructure and API layer for LLMs.

Explore 7 awesome GitHub repositories matching artificial intelligence & ml · Serving Frameworks. Refine with filters or upvote what's useful.

Awesome Serving Frameworks GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • sgl-project/sglangsgl-project 的头像

    sgl-project/sglang

    29,079在 GitHub 上查看↗

    Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It provides a programmable interface for orchestrating complex generation workflows, enabling developers to coordinate multi-turn dialogues, tool invocations, and reasoning chains through a domain-specific language. The platform is built to support production-scale deployments, offering an OpenAI-compatible API that allows for integration with existing application ecosystems. The system distinguishes itself through a disaggregated architecture that separates compute-intensive pr

    Serves as a production-ready inference engine for large language models with OpenAI-compatible API support.

    Pythonattentionblackwellcuda
    在 GitHub 上查看↗29,079
  • kvcache-ai/ktransformerskvcache-ai 的头像

    kvcache-ai/ktransformers

    17,288在 GitHub 上查看↗

    Ktransformers is a comprehensive framework designed for the operation, fine-tuning, and serving of large language models. It functions as a heterogeneous inference engine and quantized execution runtime, enabling the deployment of massive models by distributing computational workloads across both CPU and GPU resources. This architecture allows users to bypass local memory constraints, making it possible to run and train models that exceed the capacity of a single device. The project distinguishes itself through specialized support for sparse architectures, particularly mixture-of-experts mode

    Integrates high-performance execution kernels into production-ready serving frameworks for hybrid CPU-GPU workloads.

    Python
    在 GitHub 上查看↗17,288
  • bentoml/openllmbentoml 的头像

    bentoml/OpenLLM

    12,115在 GitHub 上查看↗

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

    Provides a platform for deploying, managing, and scaling open-source large language models as standardized API endpoints for production applications.

    Pythonbentomlfine-tuningllama
    在 GitHub 上查看↗12,115
  • huggingface/text-generation-inferencehuggingface 的头像

    huggingface/text-generation-inference

    10,775在 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

    Serves large language models with high-performance infrastructure designed for multi-accelerator deployment.

    Pythonbloomdeep-learningfalcon
    在 GitHub 上查看↗10,775
  • lmcache/lmcacheLMCache 的头像

    LMCache/LMCache

    6,909在 GitHub 上查看↗

    LMCache is a distributed key-value cache manager and tiering system designed to accelerate large language model inference. It functions as a tiered storage layer that offloads tensors from GPU memory to CPU RAM, local disks, or remote object stores, enabling the reuse of cached prefixes across different inference sessions and serving engines. The system differentiates itself through a disaggregated prefill-decode model, which separates prompt processing from token generation by transferring caches between distributed compute nodes. It utilizes peer-to-peer orchestration to share and retrieve

    Links the cache management layer to external serving frameworks to enable the reuse of cached tensors across instances.

    Pythonamdcudafast
    在 GitHub 上查看↗6,909
  • clearml/clearmlclearml 的头像

    clearml/clearml

    6,740在 GitHub 上查看↗

    ClearML is a comprehensive MLOps platform designed to manage the end-to-end machine learning lifecycle, from initial experimentation to production deployment. It provides a suite of integrated tools including a pipeline orchestrator for automating workflows, an experiment tracking tool for logging hyperparameters and metrics, and a metadata-driven data versioning system for managing large-scale datasets and model artifacts. The platform is distinguished by its advanced compute management and serving capabilities. It features a GPU compute manager that supports fractional resource slicing and

    Provides a deployment engine for hosting large language models with API gateways and RAG support.

    Python
    在 GitHub 上查看↗6,740
  • lightning-ai/litserveLightning-AI 的头像

    Lightning-AI/LitServe

    3,894在 GitHub 上查看↗

    LitServe 是一个 Python AI 推理服务器框架和大语言模型 (LLM) 服务框架,专为高并发推理而设计。它作为一个分布式 AI 模型服务器和动态批处理推理引擎,提供了构建和托管运行 AI 模型的自定义服务器的工具。 该框架凭借动态批处理请求队列脱颖而出,该队列将单个推理请求分组为单个张量,以最大化 GPU 吞吐量。它支持分布式 GPU 扩展,允许模型工作负载分布在多个硬件加速器上,以平衡计算负载并增加总容量。 该系统提供了一个高级封装接口,将请求预处理和后处理与核心模型执行逻辑解耦。它还包括用于增量交付输出的实时模型流式传输功能,并使用异步事件循环来处理并发网络请求。

    Provides a high-throughput deployment and serving framework specifically for large language models.

    Python
    在 GitHub 上查看↗3,894
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Infrastructure
  5. Optimization & Inference
  6. Serving & Runtime
  7. Large Language Model Optimization
  8. Serving Frameworks