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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesBlock-Wise Quantization

Quantization strategy that divides optimizer states into smaller blocks with individual scaling factors.

Distinct from Quantized Training: Specifically addresses the division of optimizer states into blocks to preserve precision, whereas Quantized Training is a broader category.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Block-Wise Quantization. Refine with filters or upvote what's useful.

Awesome Block-Wise Quantization GitHub Repositories

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

    timdettmers/bitsandbytes

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

    bitsandbytes is a quantization library for large language models that reduces memory footprints using k-bit quantization. It provides a framework for 4-bit low-rank adaptation, tools for 8-bit model compression, and memory-efficient optimizer extensions for PyTorch. The project enables the training of large models on limited hardware through 4-bit quantization and low-rank adaptation weights. It also facilitates faster inference by compressing models to 8-bit precision using vector-wise quantization. The library covers a range of memory optimization capabilities, including optimizer memory r

    Implements block-wise quantization of optimizer states to maintain full precision training performance while reducing memory.

    Python
    GitHub पर देखें↗8,277
  • bitsandbytes-foundation/bitsandbytesbitsandbytes-foundation का अवतार

    bitsandbytes-foundation/bitsandbytes

    7,968GitHub पर देखें↗

    bitsandbytes is a deep learning quantization tool and library designed to reduce the memory footprint of large language models. It serves as a GPU memory optimizer and quantization framework, compressing model weights and features to 8-bit and 4-bit precision to enable inference and training on hardware with limited memory. The project provides a framework for low-rank adaptation, allowing the fine-tuning of quantized models by combining 4-bit weights with small trainable matrices. It further distinguishes itself through memory paging, which moves optimizer states between CPU and GPU memory t

    Reduces the memory footprint of optimizer states using block-wise quantization to maintain precision.

    Pythonllmmachine-learningpytorch
    GitHub पर देखें↗7,968
  • flashinfer-ai/flashinferflashinfer-ai का अवतार

    flashinfer-ai/flashinfer

    4,996GitHub पर देखें↗

    FlashInfer is a library of high-performance GPU kernels purpose-built for accelerating large language model inference. It provides optimized implementations for attention operations (including flash attention, page attention, multi-head latent attention, and cascade attention) using paged key-value caches, fused kernel composition, and just-in-time compilation. The library also includes specialized kernels for mixture-of-experts layers, block-scaled low-precision quantization (FP8, FP4), and distributed collective communication. What distinguishes FlashInfer is its fused all-reduce communicat

    Provides GPU-accelerated block-scaled quantization kernels for FP4 and FP8 formats to reduce memory bandwidth in LLM inference.

    Pythonattentioncudadistributed-inference
    GitHub पर देखें↗4,996
  1. Home
  2. Artificial Intelligence & ML
  3. Quantized Inference Runtimes
  4. Weight Quantization
  5. Quantized Training
  6. Block-Wise Quantization

सब-टैग एक्सप्लोर करें

  • Block-Scaled Quantization Kernels4 सब-टैग्सGPU kernels that encode weights and activations in block-scaled low-precision formats such as FP4 and FP8, reducing memory bandwidth while preserving accuracy. **Distinct from Block-Wise Quantization:** Distinct from Block-Wise Quantization: focuses on GPU kernel implementations for block-scaled formats (FP4, FP8) rather than general quantization strategies for optimizer states.