awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesDeep Learning Quantization Tools

Software libraries providing various precision reduction methods for neural network weights and optimizer states.

Distinct from Quantized Training: Shortlist candidates are specific quantization types (block-wise/vector-wise) rather than the identity of the tool as a whole.

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

Awesome Deep Learning Quantization Tools GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • bitsandbytes-foundation/bitsandbytesAvatar de bitsandbytes-foundation

    bitsandbytes-foundation/bitsandbytes

    7,968Ver en GitHub↗

    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

    Provides a comprehensive set of vector-wise and block-wise quantization methods for memory-efficient inference and training.

    Pythonllmmachine-learningpytorch
    Ver en GitHub↗7,968
  • intel/neural-compressorAvatar de intel

    intel/neural-compressor

    2,585Ver en GitHub↗

    Neural Compressor is a deep learning model compression toolkit and AI inference acceleration engine. It functions as an automated model quantization tool and hardware-aware model compiler designed to reduce the memory footprint of neural networks and decrease execution latency. The project provides specialized frameworks for optimizing large language models, utilizing weight-only quantization and hardware-specific kernels to improve the operational efficiency of generative AI workloads. It maps neural network operators to specialized CPU and GPU vector instructions to accelerate model executi

    Provides a comprehensive library of precision reduction methods for neural network weights and optimizer states.

    Pythonauto-tuningawqfp4
    Ver en GitHub↗2,585
  1. Home
  2. Artificial Intelligence & ML
  3. Deep Learning Quantization Tools