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

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

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

1 रिपॉजिटरी

Awesome GitHub RepositoriesMulti-Adapter Batching

Grouping requests that use different Low-Rank Adaptation weights into a single GPU forward pass.

Distinct from Inference Batching: Specifically handles batches with mixed adapter weights, whereas general inference batching assumes the same model weights.

Explore 1 awesome GitHub repository matching data & databases · Multi-Adapter Batching. Refine with filters or upvote what's useful.

Awesome Multi-Adapter Batching GitHub Repositories

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

    predibase/lorax

    3,724GitHub पर देखें↗

    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.

    Processes requests using different LoRA adapters in a single GPU forward pass to maximize throughput.

    Pythonfine-tuninggptllama
    GitHub पर देखें↗3,724
  1. Home
  2. Data & Databases
  3. Request Batching
  4. Inference Batching
  5. Multi-Adapter Batching