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

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

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

1 रिपॉजिटरी

Awesome GitHub RepositoriesDistributed Offloading Systems

Systems that combine offloading with pipeline parallelism across multiple machines to accelerate generation when aggregated GPU memory is insufficient.

Distinct from Memory Offloading Frameworks: Distinct from Memory Offloading Frameworks: adds distributed pipeline parallelism across machines, not just single-machine CPU/disk offloading.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Distributed Offloading Systems. Refine with filters or upvote what's useful.

Awesome Distributed Offloading Systems GitHub Repositories

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

    FMInference/FlexLLMGen

    9,362GitHub पर देखें↗

    FlexLLMGen is an inference engine and runtime designed to run large language models on a single GPU by combining weight compression with tensor offloading. It reduces model weight memory usage by approximately 70% through 4-bit quantization, and stores model parameters, attention cache, and hidden states across GPU, CPU, and disk to fit models larger than available GPU memory. The project distinguishes itself through a throughput-oriented batching approach that processes multiple generation requests together in large batches to maximize throughput on a single GPU. It also supports distributed

    Combines offloading with pipeline parallelism across multiple machines to accelerate generation when aggregated GPU memory is insufficient.

    Pythondeep-learninggpt-3high-throughput
    GitHub पर देखें↗9,362
  1. Home
  2. Operating Systems & Systems Programming
  3. GPU Memory Optimizations
  4. Memory Offloading Frameworks
  5. Distributed Offloading Systems