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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 Repos

Awesome GitHub RepositoriesOptimized Model Serving

Serving large-scale models using specialized training bundles for high performance.

Distinct from Large Language Model Optimization: Focuses on serving optimized models, distinct from general model optimization.

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

Awesome Optimized Model Serving GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • pewdiepie-archdaemon/odysseusAvatar von pewdiepie-archdaemon

    pewdiepie-archdaemon/odysseus

    72,184Auf GitHub ansehen↗

    Odysseus is a self-hosted AI workspace and autonomous agent framework designed for deploying and managing large language models. It serves as a centralized platform for orchestrating agentic tasks, utilizing a model context protocol server to connect AI models to external system utilities, browser automation, and local hardware. The system distinguishes itself through a combination of retrieval-augmented generation and a RAG knowledge base, using vector stores and local embeddings to provide persistent semantic memory. It further integrates AI-driven communication management to triage email i

    Automates the selection and serving of optimal model weights based on available system hardware specifications.

    Python
    Auf GitHub ansehen↗72,184
  • sgl-project/sglangAvatar von sgl-project

    sgl-project/sglang

    29,079Auf GitHub ansehen↗

    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

    Achieves high performance by executing large-scale models using specialized training bundles.

    Pythonattentionblackwellcuda
    Auf GitHub ansehen↗29,079
  • aiming-lab/autoresearchclawAvatar von aiming-lab

    aiming-lab/AutoResearchClaw

    13,453Auf GitHub ansehen↗

    AutoResearchClaw is an agentic system designed to automate the scientific research process. It functions as an autonomous research agent and workflow automator that manages the entire lifecycle of a project, from initial hypothesis generation and literature review to experimental execution and the production of LaTeX-formatted academic papers. The system distinguishes itself through a multi-agent research pipeline that utilizes structured debates for hypothesis refinement and peer review. It employs a branch-and-merge architecture to explore parallel research directions and integrates human-i

    Detects GPU and CPU resources to automatically adapt code generation and experiment scale.

    Python
    Auf GitHub ansehen↗13,453
  • lightning-ai/litgptAvatar von Lightning-AI

    Lightning-AI/litgpt

    13,431Auf GitHub ansehen↗

    LitGPT is a training and deployment framework for large language models, providing a suite of tools for pretraining, finetuning, quantizing, evaluating, and serving models within a production environment. It includes a dedicated training pipeline for adapting pretrained models to specific tasks, a quantization tool for reducing weight precision, and an inference server for hosting models via web interfaces. The framework supports high-performance model development through custom architecture implementation and the use of predefined recipes to standardize pretraining and finetuning. It enables

    Optimizes model execution by automatically selecting memory and precision settings based on target hardware specifications.

    Python
    Auf GitHub ansehen↗13,431
  • huggingface/text-generation-inferenceAvatar von huggingface

    huggingface/text-generation-inference

    10,775Auf GitHub ansehen↗

    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

    Deploys and scales production-ready language models with optimized batching and hardware acceleration.

    Pythonbloomdeep-learningfalcon
    Auf GitHub ansehen↗10,775
  • alirezadir/machine-learning-interviewsAvatar von alirezadir

    alirezadir/Machine-Learning-Interviews

    8,455Auf GitHub ansehen↗

    This project is a comprehensive machine learning interview guide and technical study resource designed for individuals preparing for machine learning and AI engineering roles. It provides a collection of materials and practice problems covering core algorithms, theoretical fundamentals, and the implementation of neural network architectures. The resource serves as a technical reference for generative AI development, focusing on the design and optimization of large language models and diffusion systems. It includes frameworks for system design, covering the architecture of production machine l

    Details strategies for reducing cost and latency in LLM serving via KV caching and quantization.

    Jupyter Notebookagenticaiai-agents
    Auf GitHub ansehen↗8,455
  • vladmandic/sdnextAvatar von vladmandic

    vladmandic/sdnext

    7,139Auf GitHub ansehen↗

    SD.Next is an all-in-one web interface and multi-backend inference engine for generating, editing, and processing images and videos using diffusion models. It functions as a comprehensive tool for diffusion model management and an automated image processing pipeline for bulk operations. The project is distinguished by its hardware-backend abstraction layer, which provides automatic detection and acceleration for NVIDIA CUDA, AMD ROCm, Intel OpenVINO, and DirectML. It features a headless generative API and a programmatic command interface, allowing users to trigger tasks via REST API or CLI wi

    Fetches already-optimized models from a hub to bypass local optimization when memory is limited.

    Pythonai-artcaptiondiffusers
    Auf GitHub ansehen↗7,139
  • yangjianxin1/fireflyAvatar von yangjianxin1

    yangjianxin1/Firefly

    6,642Auf GitHub ansehen↗

    Firefly is a training framework and inference engine for large language models. It functions as a toolkit for pre-training and fine-tuning various open-weight architectures, providing a system for model alignment and parameter-efficient fine-tuning. The project includes utilities for merging adapter weights back into base models to create standalone files. It also provides a model alignment toolkit to format training data according to specific prompt templates, ensuring conversational consistency across different models. The framework supports distributed model training and preference-based

    Provides optimized serving for stateful multi-turn interactions using memory-efficient inference.

    Pythonalpacaaquilabaichuan
    Auf GitHub ansehen↗6,642
  • nvidia/isaac-gr00tAvatar von NVIDIA

    NVIDIA/Isaac-GR00T

    6,222Auf GitHub ansehen↗

    Deploys TensorRT engines with an inference server handling dynamic batching and concurrent execution.

    Jupyter Notebook
    Auf GitHub ansehen↗6,222
  • thudm/slimeAvatar von THUDM

    THUDM/slime

    4,259Auf GitHub ansehen↗

    SLIME is a distributed reinforcement learning framework for large language model post-training that bridges Megatron training with SGLang inference servers. It orchestrates scalable RL loops across GPU clusters, decoupling training and inference into independent processes that communicate over HTTP and NCCL for independent scaling and fault tolerance. The system supports multi-agent reinforcement learning workflows with parallel agent instances, customizable rollout strategies, and personalized agent serving that improves models from prior conversations without disrupting API serving. The fra

    Implements session-affinity routing to reuse prefix caches across multi-turn interactions.

    Python
    Auf GitHub ansehen↗4,259
  • facebookresearch/reagentAvatar von facebookresearch

    facebookresearch/ReAgent

    3,703Auf GitHub ansehen↗

    ReAgent is a reinforcement learning platform designed for training, deploying, and evaluating reinforcement learning models and contextual bandit systems for large-scale decision making. It provides a comprehensive suite of tools that spans the entire workflow from initial feasibility analysis to production serving. The system includes a deep reinforcement learning training framework for distributed off-policy algorithms and a specialized model serving layer for high-volume production inference. It distinguishes itself with a counterfactual policy evaluator for estimating performance using hi

    Deploys trained reasoning models through a low-latency, high-performance serving layer for real-time decision making.

    Python
    Auf GitHub ansehen↗3,703
  • containers/ramalamaAvatar von containers

    containers/ramalama

    2,605Auf GitHub ansehen↗

    Ramalama is a containerized runtime and management tool for large language models. It functions as an OCI AI model manager and registry client, allowing users to package, distribute, and execute AI models as standardized container images. The project differentiates itself by using OCI-compliant distribution for models and retrieval augmented generation assets, enabling the packaging of vector databases into immutable container images. It features hardware-aware image selection that automatically detects GPU or CPU capabilities to pull the most optimized image for the host environment. The sy

    Automatically detects GPU or CPU capabilities to select the most optimized container image for the host.

    Pythonaicontainerscuda
    Auf GitHub ansehen↗2,605
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Infrastructure
  5. Optimization & Inference
  6. Serving & Runtime
  7. Large Language Model Optimization
  8. Optimized Model Serving

Unter-Tags erkunden

  • Hardware-Aware SelectionAutomated selection of model weights based on system hardware specifications. **Distinct from Optimized Model Serving:** Specifically focuses on the automated matching of model requirements to hardware, whereas optimized serving is about the runtime execution performance.
  • Multi-Turn Serving OptimizationsSpecialized serving techniques for stateful multi-turn interactions, such as session-affinity routing and prefix caching. **Distinct from Optimized Model Serving:** Focuses on stateful multi-turn interaction efficiency specifically, whereas Optimized Model Serving is general high-performance serving.
  • Pre-Optimized Model RetrievalRetrieval of weights already processed for specific runtimes to avoid expensive local optimization. **Distinct from Optimized Model Serving:** Distinct from general serving: focuses specifically on the retrieval of pre-optimized artifacts from a hub.