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

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

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

1 个仓库

Awesome GitHub RepositoriesInference Batch Packing

Techniques for packing multiple model inference requests into a single GPU forward pass to maximize throughput.

Distinct from Request Batching: Distinct from Request Batching: specifically addresses grouping different model adapters into a single GPU execution cycle for LLM inference.

Explore 1 awesome GitHub repository matching data & databases · Inference Batch Packing. Refine with filters or upvote what's useful.

Awesome Inference Batch Packing GitHub Repositories

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

    predibase/lorax

    3,724在 GitHub 上查看↗

    Lorax is a GPU-accelerated inference server and multi-adapter engine designed for serving large language models. It functions as a high-throughput system capable of deploying models via Kubernetes and managing the dynamic swapping of Low-Rank Adaptation adapters per request. The server distinguishes itself through multi-adapter dynamic batching, which allows requests using different adapter weights to be processed in a single GPU forward pass. It employs just-in-time adapter loading and weighted adapter merging to maximize throughput and enable multi-tasking without sacrificing performance.

    Maximizes aggregate throughput by packing requests for different adapters into a single GPU forward pass.

    Pythonfine-tuninggptllama
    在 GitHub 上查看↗3,724
  1. Home
  2. Data & Databases
  3. Request Batching
  4. Inference Batch Packing