awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 repository-uri

Awesome GitHub RepositoriesParallel Inference Orchestrators

Systems that distribute computational tasks across hardware to optimize inference performance.

Distinguishing note: Focuses on parallelization logic, distinct from general distributed inference.

Explore 8 awesome GitHub repositories matching artificial intelligence & ml · Parallel Inference Orchestrators. Refine with filters or upvote what's useful.

Awesome Parallel Inference Orchestrators GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • exo-explore/exoAvatar exo-explore

    exo-explore/exo

    45,380Vezi pe 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

    Distributes large computational workloads across multiple devices to improve processing speed.

    Python
    Vezi pe GitHub↗45,380
  • qwenlm/qwen-7bAvatar QwenLM

    QwenLM/Qwen-7B

    21,343Vezi pe GitHub↗

    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

    Supports distributing computation across multiple GPUs to increase speed and handle larger model memory demands.

    Python
    Vezi pe GitHub↗21,343
  • thudm/cogvideoAvatar THUDM

    THUDM/CogVideo

    12,792Vezi pe GitHub↗

    CogVideo is a generative video framework that uses diffusion models and transformer-based architectures to synthesize high-resolution video clips. It functions as both a text-to-video and image-to-video generator, converting textual descriptions or static images into temporal visual sequences. The system integrates large language model capabilities to expand short user prompts into detailed descriptions for better visual alignment. It supports the animation of static images through latent seeding and provides the ability to extend the length of existing video sequences. The project includes

    Distributes the video generation workload across multiple graphics processors to reduce computation time.

    Python
    Vezi pe GitHub↗12,792
  • zai-org/cogvideoAvatar zai-org

    zai-org/CogVideo

    12,790Vezi pe GitHub↗

    CogVideo is a video generation framework and large language model architecture designed for synthesizing high-resolution video clips from natural language descriptions and images. It functions as a text-to-video and image-to-video generator, while also providing a model for video captioning to analyze visual content into descriptive text summaries. The system supports animating static images into motion sequences and transforming series of images into video based on prompts. It includes capabilities for extending the length of generated video clips to create longer sequences of motion. The f

    Distributes the generation process across multiple graphics processors to increase throughput.

    Pythoncogvideoximage-to-videollm
    Vezi pe GitHub↗12,790
  • openvinotoolkit/openvinoAvatar openvinotoolkit

    openvinotoolkit/openvino

    10,414Vezi pe GitHub↗

    OpenVINO is an AI inference engine and model serving platform designed to execute optimized deep learning models across CPUs, GPUs, and NPUs through a unified API. It includes a model optimization toolkit for converting, quantizing, and compressing models from various frameworks, alongside a specialized generative AI runtime for large language models. The project distinguishes itself through a plugin-based hardware acceleration layer that maps neural network operations to vendor-specific drivers. It features advanced execution mechanisms such as continuous batching, speculative decoding, and

    Uses device-side streams to process multiple inference requests asynchronously and increase hardware utilization.

    C++aicomputer-visiondeep-learning
    Vezi pe GitHub↗10,414
  • qwenlm/qwen-imageAvatar QwenLM

    QwenLM/Qwen-Image

    7,379Vezi pe GitHub↗

    Qwen-Image is a text-to-image model and large language model image generation framework. It functions as an AI image editing suite and a personalized image trainer, capable of producing high-fidelity visuals and accurate typography from natural language descriptions. The system is distinguished by its precision text rendering engine, which integrates multi-script calligraphy and layout-coherent alphabetic text into images. It provides specialized capabilities for subject identity preservation and consistent subject generation across different poses and viewpoints, alongside a training pipelin

    Distributes model workloads across multiple GPUs using parallel inference orchestration and queue management.

    Python
    Vezi pe GitHub↗7,379
  • opennmt/ctranslate2Avatar OpenNMT

    OpenNMT/CTranslate2

    4,319Vezi pe 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

    Distributes model execution across multiple CPU threads or GPU streams to increase throughput.

    C++avxavx2cpp
    Vezi pe GitHub↗4,319
  • yahoo/tensorflowonsparkAvatar yahoo

    yahoo/TensorFlowOnSpark

    3,850Vezi pe GitHub↗

    TensorFlowOnSpark is a distributed framework for running TensorFlow machine learning workloads and model training across Apache Spark clusters. It functions as a cluster computing orchestrator that manages worker processes and resource allocation to scale deep learning tasks across multiple computing nodes. The platform enables distributed deep learning training and large-scale model inference, allowing users to execute tasks across a cluster of servers to handle datasets that exceed the memory of a single machine. It integrates deep learning workloads with Spark data processing to create end

    Provides orchestration logic to distribute model prediction tasks across a cluster to maximize inference throughput.

    Python
    Vezi pe GitHub↗3,850
  1. Home
  2. Artificial Intelligence & ML
  3. Parallel Inference Orchestrators