awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesModel Quantization Tools

Techniques for reducing the numerical precision of model parameters to improve performance.

Distinguishing note: Focuses on inference-time precision reduction rather than general model compression or pruning.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Model Quantization Tools. Refine with filters or upvote what's useful.

Awesome Model Quantization Tools GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • deepspeedai/deepspeedAvatar de deepspeedai

    deepspeedai/DeepSpeed

    42,528Voir sur GitHub↗

    DeepSpeed is a high-performance library designed to scale deep learning model training and inference across massive clusters of GPUs and compute nodes. It provides a comprehensive suite of tools for distributed training, enabling the execution of models that exceed the memory capacity of single devices through advanced parameter partitioning, pipeline-based model parallelism, and memory-efficient state offloading. The framework distinguishes itself through specialized communication-efficient optimizers and hardware-aware acceleration techniques. By utilizing gradient compression, quantization

    The framework defines bit-precision schedules, quantization algorithms, and grouping parameters to reduce model size during the training process.

    Pythonbillion-parameterscompressiondata-parallelism
    Voir sur GitHub↗42,528
  • microsoft/bitnetAvatar de microsoft

    microsoft/BitNet

    39,327Voir sur GitHub↗

    BitNet is a quantized inference engine designed to execute highly compressed language models by performing arithmetic on low-precision, bit-level weight data. It functions as a model optimization toolkit and a high-performance kernel library, enabling the execution of large language models on consumer hardware by reducing memory footprints and increasing processing speeds. The project distinguishes itself through hardware-specific kernel optimizations that leverage native processor instructions to accelerate matrix multiplication. By utilizing packed integer arithmetic and memory-aligned weig

    Optimizing neural network weights to lower bit-precision formats to enable faster execution and smaller storage footprints for complex models.

    Python
    Voir sur GitHub↗39,327
  • qwenlm/qwen3Avatar de QwenLM

    QwenLM/Qwen3

    27,324Voir sur GitHub↗

    Qwen3 is a transformer-based large language model designed as a generative AI foundation for understanding, reasoning, and generating human language. It functions as a comprehensive ecosystem for model training, fine-tuning, and production-ready inference, providing the underlying architecture and weights necessary to build diverse artificial intelligence applications. The project distinguishes itself through extensive support for model quantization and distributed inference, enabling efficient execution across a wide range of hardware from consumer-grade devices to scalable cloud infrastruct

    Reducing the memory footprint and computational requirements of large models to enable efficient execution on consumer-grade hardware.

    Python
    Voir sur GitHub↗27,324
  • guillaumekln/faster-whisperAvatar de guillaumekln

    guillaumekln/faster-whisper

    23,679Voir sur GitHub↗

    faster-whisper is an automatic speech recognition framework and an optimized implementation of the Whisper speech-to-text engine. It functions as a CTranslate2 inference engine designed to convert spoken audio into written text. The project serves as a model quantization tool that transforms large audio model weights into lower precision formats. This process reduces memory usage and increases execution speed on hardware by utilizing integer quantized weights. The framework covers a broad range of capabilities including batch audio transcription for parallel processing and voice activity det

    Provides utilities to reduce numerical precision of audio model parameters for improved inference performance.

    Python
    Voir sur GitHub↗23,679
  1. Home
  2. Artificial Intelligence & ML
  3. Model Quantization Tools