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

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

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

1 个仓库

Awesome GitHub RepositoriesLoad-Aware Request Routing

Dynamic routing of requests based on real-time resource utilization and cache load of backend workers.

Distinct from Worker-Task Routing: Focuses on load-based balancing for inference servers rather than general label-based or affinity-based task routing.

Explore 1 awesome GitHub repository matching development tools & productivity · Load-Aware Request Routing. Refine with filters or upvote what's useful.

Awesome Load-Aware Request Routing GitHub Repositories

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

    ai-dynamo/dynamo

    6,112在 GitHub 上查看↗

    Dynamo is a distributed inference orchestration platform designed for large language models. It functions as a system to coordinate prefill and decode phases across GPU nodes, utilizing a multi-backend runtime adapter to connect engines like vLLM and TensorRT-LLM through a unified block-oriented memory interface. An OpenAI-compatible API server provides the frontend for integration with existing tools and clients. The project is distinguished by its disaggregated serving architecture, which separates prompt processing and token generation onto independent GPU pools to optimize throughput and

    Routes inference requests to the least-loaded worker based on active cache utilization.

    Rust
    在 GitHub 上查看↗6,112
  1. Home
  2. Development Tools & Productivity
  3. Parallel Execution
  4. Conditional Task Execution
  5. Load-Aware Request Routing