awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

إطارات عمل استنتاج النماذج الموزعة

تم تحديث الترتيب في 30 يونيو 2026

For نظام لتوزيع استنتاج نماذج اللغة الكبيرة (LLM) عبر عقد متعددة, the strongest matches are b4rtaz/distributed-llama (Distributed-llama is a distributed inference engine that uses tensor), bigscience-workshop/petals (Petals is a decentralized inference engine that splits large) and huggingface/text-generation-inference (Text Generation Inference is a production-ready engine for serving). sgl-project/mini-sglang and exo-explore/exo round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

أدوات ومكتبات مفتوحة المصدر لتقسيم وتشغيل نماذج تعلم الآلة الضخمة عبر أجهزة متعددة متصلة بالشبكة.

إطارات عمل استنتاج النماذج الموزعة

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • b4rtaz/distributed-llamaالصورة الرمزية لـ b4rtaz

    b4rtaz/distributed-llama

    2,837عرض على GitHub↗

    Distributed-llama is a distributed inference engine and command line tool for running large language models across multiple networked machines. It functions as a compute cluster manager that coordinates worker nodes to share the computational load of a single model. The system utilizes tensor parallelism to shard model weights across different hosts, allowing the execution of models that exceed the memory capacity of a single piece of hardware. It includes a dedicated format converter to transform standard model files into a compatible binary layout optimized for distributed loading. The eng

    Distributed-llama is a distributed inference engine that uses tensor parallelism to shard large language models across multiple machines, directly delivering the model splitting and multi-node communication needed for deploying models beyond single‑device memory.

    C++Distributed Inference EnginesTensor-Parallel Inference DistributionsDistributed Inference Frameworks
    عرض على GitHub↗2,837
  • bigscience-workshop/petalsالصورة الرمزية لـ bigscience-workshop

    bigscience-workshop/petals

    10,208عرض على GitHub↗

    Petals is a decentralized framework and inference engine for running large language models across a peer-to-peer network. It enables the execution of models that exceed the memory of any single machine by splitting computations and model layers across a collaborative swarm of GPUs. The system functions as a collaborative compute network where participants share local GPU resources and host model weights. It supports distributed prompt-tuning to adapt massive models to specific tasks and allows for the establishment of private compute swarms to process sensitive data within restricted, trusted

    Petals is a decentralized inference engine that splits large language models across a peer-to-peer swarm of GPUs, exactly what you need to run models that exceed single-device memory—it handles model sharding, inter-machine communication, and supports distributed prompt tuning, making it a strong fit for distributed inference with model parallelism.

    PythonDistributed Inference EnginesModel Sharding
    عرض على GitHub↗10,208
  • huggingface/text-generation-inferenceالصورة الرمزية لـ huggingface

    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

    Text Generation Inference is a production-ready engine for serving large language models with built-in tensor parallelism and continuous batching, making it a direct fit for splitting large models across multiple devices for distributed inference.

    PythonDistributed Inference EnginesDistributed Inference Frameworks
    عرض على GitHub↗10,775
  • sgl-project/mini-sglangالصورة الرمزية لـ sgl-project

    sgl-project/mini-sglang

    3,514عرض على GitHub↗

    mini-sglang is a collection of tools for large language model inference, serving as an OpenAI-compatible inference server, a memory-efficient prefill engine, and a tensor parallelism runtime. It also functions as a local batch processing engine for offline benchmarking and ablation studies. The project focuses on acceleration and memory management through a KV cache manager that reuses precomputed caches for shared request prefixes. It handles large model workloads by distributing tasks across multiple GPUs and manages peak memory consumption by splitting long input sequences into smaller chu

    This repository is a dedicated tensor-parallelism runtime and LLM inference server that splits large models across multiple GPUs with memory-efficient prefilling and batching, directly meeting the need for distributing inference of large models across machines.

    PythonTensor-Parallel Inference Distributions
    عرض على GitHub↗3,514
  • exo-explore/exoالصورة الرمزية لـ exo-explore

    exo-explore/exo

    45,380عرض على GitHub↗

    Exo is a distributed inference engine designed to run machine learning models across local hardware. It functions as a network orchestration layer that automatically discovers available devices to form a unified computing cluster, allowing users to scale artificial intelligence workloads by distributing computational tasks across multiple machines. The platform distinguishes itself through its ability to manage the entire lifecycle of local models while providing a standardized gateway for external applications. By translating local model outputs into industry-standard formats, it enables exi

    Exo is a distributed inference engine that automatically discovers devices and distributes ML model inference across multiple machines, which matches the intent for a framework that can split large models across devices.

    PythonDistributed Inference Engines
    عرض على GitHub↗45,380
  • intel-analytics/bigdlالصورة الرمزية لـ intel-analytics

    intel-analytics/BigDL

    8,845عرض على GitHub↗

    BigDL is a PyTorch acceleration framework and distributed inference engine designed for large language models. It provides a toolkit for running models on Intel hardware, integrating quantization tools and libraries for parameter-efficient fine-tuning. The project distinguishes itself through the use of pipeline parallelism to distribute model workloads across multiple hardware accelerators. It utilizes low-bit integer quantization and speculative decoding to reduce memory footprints and decrease text generation latency. The system covers broad capabilities in model optimization, including w

    BigDL is a distributed inference engine that uses pipeline parallelism to split large language models across multiple hardware accelerators, making it a strong fit for deploying models that exceed single-device memory.

    PythonDistributed Inference Engines
    عرض على GitHub↗8,845
  • intel-analytics/ipex-llmالصورة الرمزية لـ intel-analytics

    intel-analytics/ipex-llm

    8,836عرض على GitHub↗

    ipex-llm is an acceleration library and inference engine designed to optimize the execution and finetuning of large language models on Intel GPUs and NPUs. It provides a HuggingFace compatible model backend and a dedicated quantization toolkit for converting model weights into low-bit precision formats. The project facilitates distributed inference by splitting large model workloads across multiple accelerators using pipeline and tensor parallelism. It enables the deployment of models on Intel Arc, Flex, and Max GPUs to increase throughput and reduce latency. The library covers a broad range

    IPEX-LLM is a distributed inference engine that uses pipeline and tensor parallelism to split LLMs across multiple Intel GPUs/NPUs, directly matching the need for model parallelism across machines.

    PythonDistributed Inference Engines
    عرض على GitHub↗8,836
  • hpcaitech/colossalaiالصورة الرمزية لـ hpcaitech

    hpcaitech/ColossalAI

    41,395عرض على GitHub↗

    ColossalAI is a distributed deep learning framework designed for training and deploying massive artificial intelligence models across clusters of hardware accelerators. It functions as a parallel computing engine that partitions model workloads and data across multiple processors to maximize memory efficiency and throughput. The platform distinguishes itself through a comprehensive suite of parallelization strategies, including multi-dimensional tensor parallelism and pipeline-based model parallelism, which segment neural network layers and stages across devices. To support large-scale genera

    ColossalAI is a distributed deep learning framework specifically built for training and deploying massive AI models across clusters using tensor and pipeline parallelism, making it a comprehensive solution for splitting large models across machines for inference, with strong support for model sharding, inter-machine communication, and optimization techniques.

    PythonDistributed Inference Frameworks
    عرض على GitHub↗41,395
  • deepspeedai/deepspeedالصورة الرمزية لـ deepspeedai

    deepspeedai/DeepSpeed

    42,528عرض على GitHub↗

    DeepSpeed is a high-performance library designed to scale deep learning model training and inference across massive clusters of GPUs and compute nodes. It provides a comprehensive suite of tools for distributed training, enabling the execution of models that exceed the memory capacity of single devices through advanced parameter partitioning, pipeline-based model parallelism, and memory-efficient state offloading. The framework distinguishes itself through specialized communication-efficient optimizers and hardware-aware acceleration techniques. By utilizing gradient compression, quantization

    DeepSpeed is a high-performance library purpose-built for scaling large model training and inference across multiple GPUs and nodes, with advanced model splitting, communication optimizations, and support for trillion-parameter models — exactly what this search requires.

    PythonModel Parallelism Frameworks
    عرض على GitHub↗42,528
  • pytorch-labs/gpt-fastالصورة الرمزية لـ pytorch-labs

    pytorch-labs/gpt-fast

    6,225عرض على GitHub↗

    gpt-fast is a PyTorch transformer inference engine designed for low-latency text generation. It functions as a distributed GPU inference library, a quantized model runner, and a speculative decoding framework. The system utilizes a speculative decoding workflow where a small draft model predicts token sequences for verification by a larger model to accelerate generation. It supports quantized model execution to reduce memory footprint and implements tensor parallelism to split computations across multiple GPUs. The project includes a standardized evaluation harness to measure the accuracy an

    gpt-fast is a distributed GPU inference library that uses tensor parallelism to split large transformer models across multiple GPUs, making it a direct fit for model-parallel inference—but its primary focus on single-node multi-GPU setups may leave multi-machine communication requirements partially unmet.

    PythonDistributed Inference FrameworksMulti-GPU Inference Runtimes
    عرض على GitHub↗6,225
  • vllm-project/vllmالصورة الرمزية لـ vllm-project

    vllm-project/vllm

    83,048عرض على 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

    vLLM is a production-ready distributed inference engine that supports splitting large language models across multiple GPUs and machines via tensor and pipeline parallelism, making it a direct fit for deploying models that exceed single-device memory.

    PythonContinuous Batching StrategiesCustom Model Execution EnginesDistributed Model Servers
    عرض على GitHub↗83,048
  • microsoft/deepspeedالصورة الرمزية لـ microsoft

    microsoft/DeepSpeed

    42,533عرض على GitHub↗

    DeepSpeed is a distributed deep learning optimization library and framework designed for the training and inference of massive AI models. It serves as a model parallelism orchestrator and a toolkit for scaling large language models across multiple GPUs and compute nodes. The project distinguishes itself through 3D parallelism orchestration, which combines data, pipeline, and tensor parallelism. It utilizes ZeRO-based memory partitioning to eliminate redundant storage and employs CPU-offload memory management to move weights and optimizer states to system RAM. Additionally, it provides special

    DeepSpeed is a comprehensive distributed inference framework that provides model parallelism (tensor, pipeline, and data) and ZeRO memory optimization to run massive models across multiple machines, precisely matching the need for splitting large models beyond single-device memory.

    PythonDistributed TrainingLarge-Scale Model TrainingCommunication Optimization
    عرض على GitHub↗42,533
  • nvidia/fastertransformerالصورة الرمزية لـ NVIDIA

    NVIDIA/FasterTransformer

    6,424عرض على GitHub↗

    FasterTransformer is a high-performance inference optimization library and distributed runtime designed to accelerate the execution of transformer models. It provides a toolkit for reducing model precision and parallelizing execution across multiple GPUs to increase throughput and reduce latency for large language models. The framework utilizes a C++ backend with custom CUDA kernels to replace generic operations with optimized GPU instructions. It implements tensor and pipeline parallelism to shard model weights and distribute compute operations across multiple devices. The system includes c

    FasterTransformer is a high-performance distributed inference runtime that uses tensor and pipeline parallelism to shard large transformer models across multiple devices, precisely enabling deployment of models that exceed single-device memory with optimized throughput.

    C++Distributed Transformer RuntimesFramework-Agnostic BackendsHardware Acceleration Toolkits
    عرض على GitHub↗6,424
  • internlm/lmdeployالصورة الرمزية لـ InternLM

    InternLM/lmdeploy

    7,903عرض على 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

    lmdeploy is a high-performance inference engine and deployment framework that supports tensor parallelism and request-based load balancing across multiple machines, making it a comprehensive distributed inference solution for large models like LLMs.

    PythonLarge Language Model DeploymentsLLM Deployment FrameworksContinuous Batching Strategies
    عرض على GitHub↗7,903
  • vllm-project/vllm-omniالصورة الرمزية لـ vllm-project

    vllm-project/vllm-omni

    2,776عرض على GitHub↗

    vllm-omni is a high-throughput serving engine and distributed inference framework designed for omni-modal models. It serves as a multi-modal model API server capable of generating text, image, video, and audio data, providing a standardized interface for remote client access. The system features a non-autoregressive generation engine for parallel media production and a robot policy inference server that acts as a real-time communication bridge to robotic hardware using specialized protocols. It supports hybrid execution models that combine sequential token generation with parallelized media g

    This is a distributed inference framework built on vLLM, supporting model sharding, inter-node communication, and large-model serving across multiple machines — squarely what you need, though its primary focus is omni‑modal models rather than general large‑language‑model parallelism.

    PythonDistributed Inference FrameworksDistributed Inference
    عرض على GitHub↗2,776
  • antirez/ds4الصورة الرمزية لـ antirez

    antirez/ds4

    15,143عرض على GitHub↗

    ds4 is a local inference engine for DeepSeek models that includes a distributed runtime for splitting transformer layers across networked computers. It functions as a reasoning controller with a local weight streamer and an API server that streams chat completions via industry standard endpoints. The system employs a memory management model that loads model experts from disk on demand to execute models that exceed available system RAM. It provides controls for reasoning effort and model behavior steering, allowing the modification of response characteristics through activation directions. Th

    ds4 includes a distributed runtime for splitting transformer layers across networked computers and can load model experts from disk on demand, making it a distributed inference framework that fits this search for running large models across multiple machines.

    CModel Sharding
    عرض على GitHub↗15,143
  • zml/zmlالصورة الرمزية لـ zml

    zml/zml

    3,171عرض على GitHub↗

    zml is a machine learning model compiler and cross-platform inference engine that transforms model descriptions into optimized executable binaries for specific hardware accelerators. It functions as a model deployment toolkit and hardware-agnostic orchestrator, utilizing a tensor-based architecture definition to provide strong type checking during the compilation process. The project distinguishes itself through the ability to shard tensors and distribute large-scale AI workloads across a logical mesh of multiple devices. It further supports the remote model lifecycle by authenticating and do

    zml is an inference engine that shards tensors and distributes AI workloads across multiple devices, directly addressing the need for deploying large models that exceed single-device memory through model parallelism.

    ZigTensor-Parallel Inference Distributions
    عرض على GitHub↗3,171
  • tensorflow/tensorflowالصورة الرمزية لـ tensorflow

    tensorflow/tensorflow

    195,697عرض على GitHub↗

    TensorFlow is a comprehensive machine learning framework designed for the construction, training, and deployment of complex mathematical models. It utilizes a graph-based execution model that represents operations as directed acyclic graphs, enabling automatic differentiation and efficient parallel processing. The system provides high-level interfaces for defining neural network architectures, alongside a robust engine for managing multidimensional array structures and tensor mathematics. The framework distinguishes itself through a scalable distributed runtime that orchestrates workloads acr

    TensorFlow is a comprehensive machine learning framework with a scalable distributed runtime that supports model parallelism across multiple machines, making it suitable for deploying large models that exceed single-device memory.

    C++Distributed Parameter Sharding
    عرض على GitHub↗195,697
  • intel/ipex-llmالصورة الرمزية لـ intel

    intel/ipex-llm

    8,836عرض على GitHub↗

    Intel XPU LLM Acceleration Library is a toolkit designed to accelerate large language model inference and finetuning on Intel CPUs, GPUs, and NPUs. It provides a distributed inference engine for scaling models across multiple accelerators, a multimodal model runtime for vision and speech tasks, and a low-bit model quantization tool for converting weights into INT4, FP8, and GGUF formats. The project features a parameter-efficient finetuning framework that enables model adaptation using QLoRA and DPO on Intel hardware. It distinguishes itself by providing specialized optimizations for Intel XP

    Intel® oneAPI Deep Neural Network Library (oneDNN) is a framework-agnostic library that accelerates deep learning inference on Intel CPUs and GPUs, but it does not split models across multiple machines; its distributed inference is limited to multiple accelerators within a single node, which falls short of the cross-machine parallelism this search requires.

    PythonDistributed Inference Engines
    عرض على GitHub↗8,836
  • huggingface/transformersالصورة الرمزية لـ huggingface

    huggingface/transformers

    161,630عرض على GitHub↗

    Transformers is a comprehensive library for machine learning that provides a unified interface for training, fine-tuning, and deploying transformer-based models. It supports a wide range of tasks, including text classification, language modeling, question answering, and sequence-to-sequence translation, while offering specialized architectures for both text and vision processing. The framework includes tools for managing the entire model lifecycle, from data preprocessing and tokenization to distributed training and inference. The library features extensive support for model optimization and

    Hugging Face Transformers is a comprehensive library that supports model sharding, device mapping, and distributed inference across multiple machines for large transformer models, making it a valid tool for deploying models that exceed single-device memory, though it is a general-purpose library rather than a dedicated distributed inference framework.

    PythonAPI FrameworksByte Pair EncodingsHybrid
    عرض على GitHub↗161,630
  • facebookresearch/llamaالصورة الرمزية لـ facebookresearch

    facebookresearch/llama

    59,466عرض على GitHub↗

    Llama is a large language model runtime and inference engine designed to load and execute autoregressive transformer models. It enables the generation of natural language text completions from prompts using pretrained weights. The system features multi-GPU model parallelism, which distributes model weights and workloads across multiple graphics processors to support larger parameter counts. It also incorporates a content safety filter that uses classifiers to intercept and block unsafe inputs or outputs during the inference process. The project covers broad capabilities in distributed model

    Llama is a large language model inference engine with multi-GPU model parallelism and tensor sharding, which directly addresses the need to split large models across devices, though its distributed execution is typically focused on single-node multi-GPU setups rather than multi-machine deployments.

    PythonGenerative Text InferenceAutoregressive Decoding StrategiesDistributed Execution
    عرض على GitHub↗59,466
  • alpa-projects/alpaالصورة الرمزية لـ alpa-projects

    alpa-projects/alpa

    3,179عرض على GitHub↗

    Documentation | Slack

    Alpa is a framework for automated model parallelism that splits large machine learning models across multiple machines for both training and inference, directly addressing the need to deploy models that exceed single-device memory with support for model sharding and inter-machine communication.

    PythonModel Training
    عرض على GitHub↗3,179
  • qwenlm/qwenالصورة الرمزية لـ QwenLM

    QwenLM/Qwen

    21,294عرض على GitHub↗

    Qwen is a comprehensive framework for large language model development, serving, and deployment. It provides a complete ecosystem for transformer-based sequence modeling, offering base models alongside specialized tools for instruction-tuned alignment, fine-tuning, and long-context inference. The project is designed to support both research and production environments, enabling users to train, optimize, and host generative models locally or across distributed hardware. The framework distinguishes itself through its focus on high-performance serving and extensibility. It features a high-perfor

    Qwen is a comprehensive LLM framework that supports serving and inference across distributed hardware, making it relevant for splitting large models across multiple machines, though it does not explicitly highlight inter‑machine model sharding or load balancing.

    PythonLarge Language ModelsOpenAI-Compatible APIsSequence Learning Models
    عرض على GitHub↗21,294
  • go-skynet/localaiالصورة الرمزية لـ go-skynet

    go-skynet/LocalAI

    47,157عرض على GitHub↗

    LocalAI is a local generative AI platform and inference engine designed to host large language, vision, and audio models on private hardware. It functions as an API compatible gateway that mimics proprietary service endpoints, allowing existing third-party software to integrate with a self-hosted backend. The platform distinguishes itself as a distributed AI model orchestrator, capable of scaling inference across machine clusters using VRAM-aware routing and hardware coordination. It provides a unified interface for diverse open-source backends and supports self-hosted RAG infrastructure thro

    LocalAI is a distributed AI model orchestrator that scales inference across machine clusters with VRAM-aware routing, making it a genuine distributed inference framework for large models that fits the visitor's model-parallelism search, though the focus is more on orchestration than fine-grained model sharding.

    GoOpenAI-Compatible APIsOpenAI-Compatible EndpointsAI-Powered Image and Video Generation
    عرض على GitHub↗47,157
قارن بين أفضل 10 في لمحة
المستودعالنجوماللغةالترخيصآخر تحديث
b4rtaz/distributed-llama2.8KC++mit10 فبراير 2026
bigscience-workshop/petals10.2KPythonMIT7 سبتمبر 2024
huggingface/text-generation-inference10.8KPythonapache-2.08 يناير 2026
sgl-project/mini-sglang3.5KPythonmit20 فبراير 2026
exo-explore/exo45.4KPythonApache-2.015 يونيو 2026
intel-analytics/bigdl8.8KPythonApache-2.028 يناير 2026
intel-analytics/ipex-llm8.8KPythonApache-2.028 يناير 2026
hpcaitech/colossalai41.4KPythonApache-2.025 مايو 2026
deepspeedai/deepspeed42.5KPythonApache-2.016 يونيو 2026
pytorch-labs/gpt-fast6.2KPythonBSD-3-Clause22 أغسطس 2025

Related searches

  • خادم استنتاج لتقديم نماذج اللغة الكبيرة على نطاق واسع
  • إطار عمل للتدريب الموزع للنماذج
  • استنتاج (Inference) وتقديم النماذج اللغوية الكبيرة
  • بوابة توجيه لمزودي نماذج لغة كبيرة متعددين
  • منصة مراقبة لتطبيقات النماذج اللغوية الكبيرة (LLM)
  • مكتبة لتسريع توليد الرموز (tokens) في نماذج اللغة الكبيرة
  • محرك استنتاج لتشغيل النماذج اللغوية الكبيرة (LLM) محلياً
  • إطار عمل مفتوح المصدر لتطبيقات النماذج اللغوية الكبيرة (LLM)