awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • cocoindex-io/cocoindexcocoindex-io का अवतार

    cocoindex-io/cocoindex

    6,117GitHub पर देखें↗

    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
    GitHub पर देखें↗6,117
  • reactwg/react-18reactwg का अवतार

    reactwg/react-18

    5,195GitHub पर देखें↗

    यह प्रोजेक्ट React 18 लाइब्रेरी अपडेट के तकनीकी विकास और रोलआउट पर केंद्रित एक सहयोगी सॉफ़्टवेयर वर्कग्रुप और रिलीज़ ट्रैक है। यह इस प्रमुख फ्रंटएंड फ्रेमवर्क संस्करण के मील के पत्थर और सुविधा सेटों के प्रबंधन के लिए एक सामुदायिक समन्वय प्रयास और चर्चा मंच के रूप में कार्य करता है। वर्कग्रुप योगदानकर्ताओं के एक वितरित समूह के माध्यम से ओपन सोर्स रिलीज़ समन्वय और सॉफ़्टवेयर संस्करण योजना की सुविधा प्रदान करता है। यह औपचारिक रिलीज़ से पहले लाइब्रेरी के कोड और दस्तावेज़ीकरण को परिष्कृत करने के लिए सामुदायिक तकनीकी प्रतिक्रिया एकत्र करने और सार्वजनिक चर्चाओं के प्रबंधन पर केंद्रित है। विकास का दायरा समवर्ती यूजर इंटरफेस रेंडरिंग, फ्रंटएंड स्टेट प्रबंधन, और आंतरिक सुलह (reconciliation) और रेंडरिंग लॉजिक के शोधन को कवर करता है।

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

    GitHub पर देखें↗5,195
  • llm-d/llm-dllm-d का अवतार

    llm-d/llm-d

    2,514GitHub पर देखें↗

    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
    GitHub पर देखें↗2,514
  1. Home
  2. Artificial Intelligence & ML
  3. Batch Size Tuning
  4. Automatic Batch Size Optimization
  5. Automatic ML Workload Batching

सब-टैग एक्सप्लोर करें

  • 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.