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

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

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

13 个仓库

Awesome GitHub RepositoriesDistributed Execution Runtimes

Infrastructure layers for orchestrating general-purpose parallel tasks, batch jobs, and inference workloads.

Explore 13 awesome GitHub repositories matching networking & communication · Distributed Execution Runtimes. Refine with filters or upvote what's useful.

Awesome Distributed Execution Runtimes GitHub Repositories

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

    vinta/awesome-python

    303,207在 GitHub 上查看↗

    这是一个全面的、由社区策划的目录,组织了庞大的 Python 软件库、框架和工具生态。它作为一个中心化知识库,旨在促进生态导航并加速开发者在整个软件开发生命周期中的发现过程。 该目录通过提供按技术领域分类的结构化资源索引脱颖而出,范围从基础开发工具到专业工程领域。它涵盖了人工智能、数据科学、Web 开发和基础设施管理等高级能力,使开发者能够为特定的技术挑战识别经过验证的解决方案。 该项目涵盖了广泛的能力领域,包括依赖管理、静态代码分析和自动化测试工具。它还编目了用于持久数据存储、云基础设施编排和接口开发的资源,为构建和维护复杂软件系统提供了统一的参考。

    Orchestrate parallelized computational workloads across multiple distributed nodes.

    Pythonawesomecollectionspython
    在 GitHub 上查看↗303,207
  • tensorflow/tensorflowtensorflow 的头像

    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

    Orchestrates parallelized training and inference workloads across decentralized network nodes and heterogeneous hardware accelerators.

    C++deep-learningdeep-neural-networksdistributed
    在 GitHub 上查看↗195,697
  • paddlepaddle/paddleocrPaddlePaddle 的头像

    PaddlePaddle/PaddleOCR

    82,412在 GitHub 上查看↗

    PaddleOCR is a comprehensive optical character recognition framework designed for detecting and transcribing text from images and documents into structured, machine-readable formats. It provides a modular computer vision pipeline that decouples image preprocessing, text detection, and character recognition into independent, configurable stages. This architecture supports automated document digitization and multilingual text recognition, capable of identifying text in over one hundred languages across diverse environments ranging from scanned documents to industrial scenes. The framework disti

    Orchestrates processing tasks by spreading workloads across multiple hardware devices to improve overall system capacity.

    Pythonai4sciencechineseocrdocument-parsing
    在 GitHub 上查看↗82,412
  • google/jaxgoogle 的头像

    google/jax

    35,835在 GitHub 上查看↗

    JAX is a hardware-accelerated array library and automatic differentiation system for numerical computing. It provides a framework compatible with NumPy that extends array operations with a just-in-time compiler to transform Python functions into optimized kernels for execution on GPU and TPU accelerators. The system differentiates itself through the use of an XLA-based compiler and a single program multiple data sharding model. These capabilities allow the library to distribute large-scale computations across multiple hardware accelerators using both automatic parallelization and manual shard

    Manages computational loads by distributing processing tasks across multiple hardware accelerators.

    Python
    在 GitHub 上查看↗35,835
  • ml-explore/mlxml-explore 的头像

    ml-explore/mlx

    27,047在 GitHub 上查看↗

    This project is a machine learning array framework and tensor computation library designed for high-performance numerical computing. It provides a comprehensive suite of tools for constructing and training neural networks, featuring an automatic differentiation engine that facilitates gradient-based optimization and complex mathematical modeling. The library distinguishes itself through a unified memory architecture that allows data to be shared across CPU and GPU devices without explicit copies, significantly reducing data movement overhead. Its execution model relies on a lazy evaluation en

    Manages process initialization and environment configuration for distributed script execution.

    C++mlx
    在 GitHub 上查看↗27,047
  • paddlepaddle/paddlePaddlePaddle 的头像

    PaddlePaddle/Paddle

    23,632在 GitHub 上查看↗

    Paddle is a deep learning framework designed for building, training, and deploying neural networks. It provides a platform for constructing models using tensor-based computations and supports both dynamic and static execution graphs to facilitate research and production workflows. The platform functions as a distributed machine learning system, enabling the scaling of training workloads across multiple nodes and hardware clusters. It includes a comprehensive toolkit for model deployment and optimization, allowing users to convert external model formats, compress trained models for resource-co

    Coordinates computational workloads across multiple nodes and hardware devices to accelerate training.

    C++deep-learningdistributed-trainingefficiency
    在 GitHub 上查看↗23,632
  • higherorderco/bendHigherOrderCO 的头像

    HigherOrderCO/Bend

    19,175在 GitHub 上查看↗

    Bend is a high-level parallel programming language and compiler designed to execute code across multi-core CPUs and GPUs automatically. By translating functional source code into a graph-based intermediate representation, it enables massive parallel execution without requiring manual management of threads, locks, or atomic operations. The runtime operates as an interaction net engine, where computations are represented as networks of nodes that reduce through local rewriting rules. This model utilizes a work-stealing scheduler to distribute tasks across thousands of hardware threads, ensuring

    Scales computational workloads across large numbers of processing units to reduce total runtime.

    Rust
    在 GitHub 上查看↗19,175
  • antirez/ds4antirez 的头像

    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

    Orchestrates transformer layer execution across multiple networked computers to handle massive models.

    C
    在 GitHub 上查看↗15,143
  • google/oss-fuzzgoogle 的头像

    google/oss-fuzz

    12,353在 GitHub 上查看↗

    OSS-Fuzz is a distributed, containerized platform for continuous fuzzing and memory safety analysis. It functions as a bug hunting infrastructure that identifies security vulnerabilities and stability bugs through automated, coverage-guided fuzz testing across a scalable cluster of containers. The system provides a continuous security testing pipeline that manages the entire lifecycle of vulnerability discovery, from bootstrapping project templates and compiling targets to executing long-running batch tests. It specifically focuses on memory safety, utilizing sanitizers to detect buffer overf

    Distributes long-running fuzzing jobs across a scalable cluster to maximize test case throughput.

    Shell
    在 GitHub 上查看↗12,353
  • openvinotoolkit/openvinoopenvinotoolkit 的头像

    openvinotoolkit/openvino

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

    Splits single model execution across multiple computing devices to optimize hardware utilization.

    C++aicomputer-visiondeep-learning
    在 GitHub 上查看↗10,414
  • microsoft/ufomicrosoft 的头像

    microsoft/UFO

    9,017在 GitHub 上查看↗

    UFO is a multi-device task orchestrator and LLM agent orchestration framework designed to decompose natural language requests into executable task graphs. It functions as a cross-platform UI automation tool capable of performing interactions on Windows and mobile devices while routing tasks to distributed agents based on their hardware and software capabilities. The system is distinguished by its RAG-enhanced agent architecture, which integrates external documentation and previous execution traces to improve decision-making. It employs a hybrid UI detection approach that combines computer vis

    Orchestrates automated workflows across different operating systems based on device hardware capabilities.

    Pythonagentautomationcopilot
    在 GitHub 上查看↗9,017
  • carperai/trlxcarperai 的头像

    carperai/trlx

    4,749在 GitHub 上查看↗

    trlx 是一个强化学习库和训练框架,旨在利用人类反馈对齐大语言模型。它作为分布式训练器和计算编排器,用于跨多个 GPU 和节点扩展高参数模型。 该项目提供用于从人类反馈中进行强化学习和模型对齐的工具。它实现了基于奖励模型的优化和近端策略优化(PPO),以根据目标导向的奖励或人类标注的数据集来优化模型行为。 该框架涵盖了分布式训练策略,包括模型并行、参数分片和多节点梯度同步。它还结合了 KL 散度等约束,以管理强化学习过程中的模型漂移。

    Orchestrates computational loads and memory across multiple hardware devices during large-scale model refinement.

    Python
    在 GitHub 上查看↗4,749
  • aurae-runtime/auraeaurae-runtime 的头像

    aurae-runtime/aurae

    1,907在 GitHub 上查看↗

    Aurae is a memory-safe distributed systems runtime daemon written in Rust that acts as a container and process orchestrator. It manages and schedules workloads, containers, and virtual machines across distributed infrastructure nodes using remote procedure calls and isolated kernel-level boundaries. The platform provides a mutual transport-layer security gateway that enforces cryptographic identity and socket-level authentication across distributed infrastructure. It includes enterprise workload isolation features to secure control planes and manage multi-tenant processes on host operating sy

    Acts as a memory-safe distributed systems runtime daemon managing workloads across nodes.

    Rustdaemondistributed-systemslinux
    在 GitHub 上查看↗1,907
  1. Home
  2. Networking & Communication
  3. Distributed Systems and Peer-to-Peer
  4. Distributed Computing
  5. Distributed Execution Runtimes

探索子标签

  • Distributed Device OrchestrationFrameworks that manage computational loads by distributing processing tasks across multiple hardware devices.
  • Distributed RuntimesExecution engines that orchestrate and scale parallelized computational workloads across multiple distributed nodes.