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

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

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

6 个仓库

Awesome GitHub RepositoriesWorker Resource Allocation

Management of exclusive resource pools for concurrent worker threads to prevent race conditions.

Distinct from Resource Management: Focuses on distributing resources across parallel test workers rather than general memory or storage management.

Explore 6 awesome GitHub repositories matching data & databases · Worker Resource Allocation. Refine with filters or upvote what's useful.

Awesome Worker Resource Allocation GitHub Repositories

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

    webdriverio/webdriverio

    9,795在 GitHub 上查看↗

    WebDriverIO is a Node.js test automation framework used for automating functional tests across web browsers and mobile applications. It acts as a WebDriver protocol client that manages remote browser sessions and executes commands against WebDriver and Appium servers to perform end-to-end testing. The framework is distinguished by its ability to control both native and hybrid mobile applications and its support for running automated suites across local machines, remote grids, and cloud device providers. It includes specialized capabilities for coordinating multi-browser interactions and estab

    Assigns unique resources to individual worker threads to prevent competition and ensure exclusive resource use.

    TypeScript
    在 GitHub 上查看↗9,795
  • 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

    Allocates specific GPU devices to worker agents to ensure compute isolation for training tasks.

    Python
    在 GitHub 上查看↗6,740
  • feast-dev/feastfeast-dev 的头像

    feast-dev/feast

    6,727在 GitHub 上查看↗

    Feast is an open-source feature store for machine learning that provides a central platform for defining, storing, and serving features across both training and inference workflows. It operates as a declarative system where feature definitions are written as code in Python files, synchronized to a central registry, and made available for low-latency online retrieval or point-in-time correct historical joins for training datasets. The project abstracts storage behind a pluggable architecture, allowing offline and online backends to be swapped without changing retrieval logic, and coordinates ma

    Feast assigns CPU, memory, GPU, and custom resource requirements to individual tasks for precise scheduling across workers.

    Pythonbig-datadata-engineeringdata-quality
    在 GitHub 上查看↗6,727
  • volcano-sh/volcanovolcano-sh 的头像

    volcano-sh/volcano

    5,337在 GitHub 上查看↗

    Volcano is a Kubernetes-native batch scheduler specialized for AI, machine learning, and high-performance computing workloads. It provides gang scheduling to atomically allocate resources for all tasks of a distributed job, preventing deadlocks from partial allocation, and supports hierarchical queue management for multi-tenant resource isolation with configurable quotas, borrowing, and preemption. Topology-aware placement optimizes communication-intensive workloads by modeling network hierarchy to minimize cross-switch latency. Volcano differentiates itself with automated orchestration of di

    Volcano enforces exclusive GPU usage and supports vGPU preemption while preventing device sharing within a job group.

    Goaibatch-systemsbigdata
    在 GitHub 上查看↗5,337
  • grosser/parallelgrosser 的头像

    grosser/parallel

    4,261在 GitHub 上查看↗

    Parallel is a Ruby library and multi-process execution framework designed to accelerate CPU-intensive operations. It functions as a parallel job orchestrator and concurrent task runner that enables the execution of code across multiple processes or threads. The project distinguishes itself through secure inter-process communication, utilizing signed data serialization to prevent the injection of forged payloads between parent and child processes. It further differentiates its worker management by assigning unique identifiers to individual processes to prevent collisions when accessing shared

    Provides configuration settings to define the number of concurrent workers based on available hardware processors.

    Ruby
    在 GitHub 上查看↗4,261
  • rlinf/rlinfRLinf 的头像

    RLinf/RLinf

    2,502在 GitHub 上查看↗

    RLinf is a distributed reinforcement learning orchestrator and embodied AI training framework. It provides the infrastructure to train vision-language-action models and robotic policies using a combination of reinforcement learning and supervised fine-tuning. The system is designed for scaling workloads across GPU clusters, managing the placement of actors, rollout workers, and environment components. It features a specialized robotics data collection pipeline for gathering teleoperated demonstrations and simulation trajectories into standardized replay buffers, alongside a hardware interface

    Allocates specific GPUs to environment, rollout, and actor components to optimize resource sharing and isolation.

    Pythonagentic-aiembodied-aireinforcement-learning
    在 GitHub 上查看↗2,502
  1. Home
  2. Data & Databases
  3. Resource Management
  4. Worker Resource Allocation

探索子标签

  • GPU Allocations2 个子标签Assigns a specified number of GPUs to each worker task for accelerated feature computation. **Distinct from Worker Resource Allocation:** Distinct from Worker Resource Allocation: focuses specifically on GPU resource assignment for feature computation, not general worker resource management.