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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesGPU Allocations

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.

Explore 4 awesome GitHub repositories matching data & databases · GPU Allocations. Refine with filters or upvote what's useful.

Awesome GPU Allocations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • clearml/clearmlAvatar de clearml

    clearml/clearml

    6,740Voir sur 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
    Voir sur GitHub↗6,740
  • feast-dev/feastAvatar de feast-dev

    feast-dev/feast

    6,727Voir sur 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

    Assigns GPU resources to worker tasks for accelerated feature computation during materialization.

    Pythonbig-datadata-engineeringdata-quality
    Voir sur GitHub↗6,727
  • volcano-sh/volcanoAvatar de volcano-sh

    volcano-sh/volcano

    5,337Voir sur 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
    Voir sur GitHub↗5,337
  • rlinf/rlinfAvatar de RLinf

    RLinf/RLinf

    2,502Voir sur 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
    Voir sur GitHub↗2,502
  1. Home
  2. Data & Databases
  3. Resource Management
  4. Worker Resource Allocation
  5. GPU Allocations

Explorer les sous-tags

  • ExclusiveEnforces exclusive GPU device assignment and supports preemption of virtual GPUs within job groups. **Distinct from GPU Allocations:** Distinct from GPU Allocations: focuses on enforcing exclusive device access and vGPU preemption, rather than general GPU assignment.
  • Logical Rank MappingMapping global logical GPU ranks to individual workers via configuration. **Distinct from GPU Allocations:** Focuses on the logical-to-physical rank mapping for distributed training, not just counting GPUs.