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
·

3 repository-uri

Awesome GitHub RepositoriesAutomatic ML Workload Batching

Automatic batching of GPU and ML workloads like text embeddings to achieve higher throughput without manual configuration.

Distinct from Automatic Batch Size Optimization: Distinct from Automatic Batch Size Optimization: focuses on batching entire workloads rather than just optimizing batch size for a single model.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Automatic ML Workload Batching. Refine with filters or upvote what's useful.

Awesome Automatic ML Workload Batching GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • cocoindex-io/cocoindexAvatar cocoindex-io

    cocoindex-io/cocoindex

    6,117Vezi pe GitHub↗

    Cocoindex is an incremental data processing engine that builds and maintains live indexes for AI agents, with a core focus on codebase indexing and knowledge graph extraction. The engine uses a function-graph execution model where user-defined Python functions are composed into a directed acyclic graph, and it processes data incrementally so only changed source records or code paths are re-computed, avoiding full recomputation at any scale. It supports automatic schema inference from transformation pipeline type annotations and provides full data lineage tracing, tagging every output record wi

    Automatically batches GPU and ML workloads like text embeddings for higher throughput.

    Rustagentic-data-frameworkaiai-agents
    Vezi pe GitHub↗6,117
  • reactwg/react-18Avatar reactwg

    reactwg/react-18

    5,195Vezi pe GitHub↗

    Acest proiect este un grup de lucru software colaborativ și un track de lansare axat pe dezvoltarea tehnică și implementarea actualizării bibliotecii React 18. Acesta servește ca efort de coordonare comunitară și forum de discuții pentru gestionarea milestone-urilor și a seturilor de funcționalități ale acestei versiuni majore a framework-ului frontend. Grupul de lucru facilitează coordonarea lansărilor open source și planificarea versiunilor software printr-un grup distribuit de contribuitori. Se concentrează pe colectarea feedback-ului tehnic din comunitate și gestionarea discuțiilor publice pentru a rafina codul și documentația bibliotecii înainte de o lansare oficială. Domeniul de dezvoltare acoperă randarea concurrentă a interfeței utilizator, gestionarea stării frontend și rafinarea logicii interne de reconciliere și randare.

    Groups multiple state updates into a single render pass to improve performance and reduce repaints.

    Vezi pe GitHub↗5,195
  • llm-d/llm-dAvatar llm-d

    llm-d/llm-d

    2,514Vezi pe GitHub↗

    llm-d is a distributed serving framework designed for large language model inference. It functions as an inference orchestrator and gateway, providing a control plane for deploying model replicas and managing hardware accelerators. The system includes a batch inference scheduler and a cache manager to coordinate request flow and memory utilization. The project is distinguished by a disaggregated serving architecture that separates prefill and decode execution phases across specialized workers to maximize throughput. It employs a hardware-agnostic control plane and tiered cache offloading, mov

    Provides a disaggregated prefill and decode topology specifically designed to maximize throughput for batch-intensive LLM workloads.

    Shell
    Vezi pe GitHub↗2,514
  1. Home
  2. Artificial Intelligence & ML
  3. Batch Size Tuning
  4. Automatic Batch Size Optimization
  5. Automatic ML Workload Batching

Explorează sub-etichetele

  • Disaggregated Throughput OptimizationsOptimizations that separate prefill and decode phases to maximize token generation for batch workloads. **Distinct from Automatic ML Workload Batching:** Distinct from Automatic ML Workload Batching: focuses on the disaggregated architectural topology rather than just automatic batch size management.