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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesAsynchronous Tensor Loading

Techniques for overlapping the transfer of model weights from host memory to GPU with active computation.

Distinct from GPU Tensor Mapping: Existing candidates for asynchronous loading are related to UI or data tables, not GPU tensor transfers for ML inference.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Asynchronous Tensor Loading. Refine with filters or upvote what's useful.

Awesome Asynchronous Tensor Loading GitHub Repositories

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

    FMInference/FlexGen

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

    FlexGen is an inference engine for large language models designed for high-throughput execution on single or multiple GPUs. It functions as a framework for managing model execution through a combination of memory offloading, weight compression, and pipeline orchestration. The system enables the execution of models that exceed available GPU memory by moving tensors and caches between GPU memory, system RAM, and disk storage. It utilizes 4-bit weight quantization to reduce the memory footprint of model parameters, allowing for increased batch processing capacity. The project covers distributed

    Overlaps weight transfers from host memory to GPU with the computation of current model layers.

    Python
    GitHub पर देखें↗9,366
  • tiiny-ai/powerinferTiiny-AI का अवतार

    Tiiny-AI/PowerInfer

    8,714GitHub पर देखें↗

    PowerInfer is a high-performance local large language model inference engine and sparse inference framework. It provides a runtime for executing models on consumer-grade hardware, utilizing a GPU acceleration backend to optimize tensor operations for graphics processors. The system distinguishes itself through a sparse inference framework that increases generation speed by skipping computations based on activation sparsity in model weights. It includes a GGUF model converter for transforming weights and metadata into a unified binary format, as well as an OpenAI API compatible server for inte

    Implements asynchronous loading of model weights to overlap data transfer with active GPU computation.

    C++large-language-modelsllamallm
    GitHub पर देखें↗8,714
  1. Home
  2. Artificial Intelligence & ML
  3. Asynchronous Tensor Loading