awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comالمدونة
التصنيفات

99 مستودعات

Awesome GitHub RepositoriesModel Quantization

Techniques for reducing the precision of model weights to decrease memory footprint and accelerate inference performance.

Distinguishing note: This is a specific optimization technique for machine learning models, distinct from general model training or architecture design.

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

Awesome Model Quantization GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • labmlai/annotated_deep_learning_paper_implementationsالصورة الرمزية لـ labmlai

    labmlai/annotated_deep_learning_paper_implementations

    66,981عرض على GitHub↗

    This project is a collection of deep learning research papers translated into annotated code. It serves as a resource for reproducing academic research, providing implementations of transformers, diffusion models, and reinforcement learning architectures. The library distinguishes itself by using a side-by-side annotation format that combines executable Python code with descriptive markdown notes. This approach provides a structured way to explain the logic of neural network papers alongside their PyTorch-based implementations. The codebase covers several major capability areas, including ge

    Implements weight quantization to reduce model precision to 8-bit integers for memory-efficient inference.

    Pythonattentiondeep-learningdeep-learning-tutorial
    عرض على GitHub↗66,981
  • ggerganov/whisper.cppالصورة الرمزية لـ ggerganov

    ggerganov/whisper.cpp

    50,791عرض على GitHub↗

    whisper.cpp is a C++ implementation of the Whisper speech-to-text model, serving as a lightweight machine learning inference engine and quantized runtime. It provides high-performance automatic speech recognition and real-time audio transcription without requiring a Python environment. The project utilizes model quantization to reduce memory usage and increase inference speed on local hardware. It incorporates hardware acceleration to optimize processing speed across different processors. The system covers audio processing capabilities including voice activity detection, speaker diarization,

    Implements model weight quantization to reduce memory usage and accelerate inference performance on local hardware.

    C++
    عرض على GitHub↗50,791
  • ggml-org/whisper.cppالصورة الرمزية لـ ggml-org

    ggml-org/whisper.cpp

    50,770عرض على GitHub↗

    Whisper.cpp is a high-performance, local-first speech recognition engine designed to run large-scale machine learning models on consumer hardware. It functions as a portable library that converts audio into text, supporting both static file transcription and real-time stream processing. By utilizing a lightweight inference engine and weight quantization, the project minimizes memory and compute overhead, allowing for efficient execution without reliance on external cloud APIs or internet connectivity. The project distinguishes itself through a hardware-agnostic compute abstraction that offloa

    Converts high-precision model weights into lower-precision formats to reduce memory usage and improve inference speed.

    C++inferenceopenaispeech-recognition
    عرض على GitHub↗50,770
  • zai-org/chatglm-6bالصورة الرمزية لـ zai-org

    zai-org/ChatGLM-6B

    41,039عرض على GitHub↗

    ChatGLM-6B is a generative AI inference engine designed for local execution of transformer-based language models. It provides a comprehensive runtime environment that allows users to load and run pre-trained neural network weights directly on their own hardware, ensuring data privacy and independence from external cloud services. The project distinguishes itself through a hardware-agnostic execution backend that supports deployment across diverse environments, including standard processors, Apple Silicon, and multi-GPU configurations. It incorporates advanced optimization techniques such as w

    Converts high-precision parameters to lower-bit representations to reduce memory footprint and accelerate inference.

    Python
    عرض على GitHub↗41,039
  • microsoft/bitnetالصورة الرمزية لـ microsoft

    microsoft/BitNet

    39,327عرض على 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

    Reduces memory footprint by representing model parameters as low-precision integers.

    Python
    عرض على GitHub↗39,327
  • facebookresearch/fairseqالصورة الرمزية لـ facebookresearch

    facebookresearch/fairseq

    32,228عرض على GitHub↗

    Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic speech recognition, and large-scale language model training. It provides a framework for processing and aligning diverse data sources, including text, audio, and video, to support tasks such as speech-to-text conversion and multimodal sequence learning. The project is distinguished by its distributed training capabilities, which utilize parameter sharding, mixed-precision training, and CPU offloading to handle models that exceed single-device memory. It also includes specializ

    Applies iterative product quantization to reduce the memory footprint of pre-trained models.

    Python
    عرض على GitHub↗32,228
  • sgl-project/sglangالصورة الرمزية لـ sgl-project

    sgl-project/sglang

    29,079عرض على GitHub↗

    Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It provides a programmable interface for orchestrating complex generation workflows, enabling developers to coordinate multi-turn dialogues, tool invocations, and reasoning chains through a domain-specific language. The platform is built to support production-scale deployments, offering an OpenAI-compatible API that allows for integration with existing application ecosystems. The system distinguishes itself through a disaggregated architecture that separates compute-intensive pr

    Reduces memory footprint and accelerates inference by configuring model precision and quantization parameters.

    Pythonattentionblackwellcuda
    عرض على GitHub↗29,079
  • qwenlm/qwen3الصورة الرمزية لـ QwenLM

    QwenLM/Qwen3

    27,324عرض على 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

    Reduces model memory footprint and computational requirements by converting high-precision floating-point weights into lower-bit integer representations.

    Python
    عرض على GitHub↗27,324
  • handsonllm/hands-on-large-language-modelsالصورة الرمزية لـ HandsOnLLM

    HandsOnLLM/Hands-On-Large-Language-Models

    27,059عرض على GitHub↗

    This project is an educational resource focused on the internal mechanics and design principles of transformer-based neural networks. It provides a structured guide to the fundamental components of generative artificial intelligence, including sequence modeling, semantic embeddings, and the mathematical foundations of large language models. The repository distinguishes itself through a heavy emphasis on visual documentation, utilizing diagrams and step-by-step explanations to clarify how data flows through complex neural architectures. It serves as a technical reference for developers seeking

    Provides techniques for weight quantization to reduce memory footprint and accelerate inference on resource-constrained hardware.

    Jupyter Notebookartificial-intelligencebooklarge-language-models
    عرض على GitHub↗27,059
  • facebookresearch/fasttextالصورة الرمزية لـ facebookresearch

    facebookresearch/fastText

    26,543عرض على GitHub↗

    fastText is a library and framework for word embedding generation, text vectorization, and supervised text classification. It provides tools to transform raw text into fixed-length vector representations and to train models that assign category labels to sentences or documents. The system utilizes subword-based vectorization and character n-gram embeddings, allowing it to generate meaningful vectors for words that were not present during training. To manage resource usage, it includes a quantized language model implementation that employs product quantization and dimensionality reduction to d

    Reduces model memory requirements using quantization while preserving prediction functionality.

    HTML
    عرض على GitHub↗26,543
  • openbmb/minicpm-vالصورة الرمزية لـ OpenBMB

    OpenBMB/MiniCPM-V

    25,653عرض على GitHub↗

    MiniCPM-V is a multimodal large language model and vision-language system designed for complex visual and linguistic understanding. It functions as an on-device AI model, providing the capacity to process text, images, and video as a compact neural network. The project is specifically developed as an edge AI framework, utilizing quantization and weight sharding to run on memory-constrained mobile chipsets. This allows for the deployment of multimodal intelligence directly on mobile operating systems for local inference. Its capabilities cover multimodal content analysis of high-resolution im

    Reduces precision of weights and activations to enable low-latency inference on mobile device chipsets.

    Python
    عرض على GitHub↗25,653
  • pytorch/examplesالصورة الرمزية لـ pytorch

    pytorch/examples

    23,752عرض على GitHub↗

    This repository serves as a comprehensive collection of reference implementations for the PyTorch machine learning library. It provides practical examples for building, training, and deploying deep learning models, functioning as a toolkit for developers to explore neural network architectures and training workflows. The project distinguishes itself by offering concrete demonstrations of complex machine learning operations, ranging from computer vision tasks like object detection and depth estimation to the training of large-scale transformer models. These examples illustrate how to implement

    Reduces model parameter precision to decrease memory footprint and accelerate execution on resource-constrained hardware.

    Python
    عرض على GitHub↗23,752
  • liguodongiot/llm-actionالصورة الرمزية لـ liguodongiot

    liguodongiot/llm-action

    23,169عرض على GitHub↗

    This project is a comprehensive framework for the training, fine-tuning, and deployment of large language models. It functions as a distributed deep learning platform that enables users to scale model workflows across multiple hardware nodes while providing tools for model evaluation and performance benchmarking. The platform distinguishes itself by offering specialized utilities for model compression and weight transformation, allowing users to reduce memory footprints and latency through quantization and pruning. It supports the adaptation of large models for consumer-grade hardware, facili

    Reduces model memory footprint and increases inference speed through parameter quantization.

    HTMLllmllm-inferencellm-serving
    عرض على GitHub↗23,169
  • tencent/ncnnالصورة الرمزية لـ Tencent

    Tencent/ncnn

    22,811عرض على GitHub↗

    ncnn is a high-performance neural network inference framework designed for executing deep learning models locally on mobile and desktop hardware. It functions as a specialized engine that enables the deployment of artificial intelligence tasks directly on resource-constrained devices, eliminating the need for external network connectivity or cloud-based processing services. The framework provides a comprehensive toolset for model optimization, allowing users to convert and quantize machine learning models into specialized binary structures. By utilizing static model graph compilation and zero

    Reduces model size and increases processing speed by performing calculations using lower-precision integer arithmetic instead of standard floating-point numbers.

    C++androidarm-neonartificial-intelligence
    عرض على GitHub↗22,811
  • qwenlm/qwenالصورة الرمزية لـ QwenLM

    QwenLM/Qwen

    21,294عرض على GitHub↗

    Qwen is a comprehensive framework for large language model development, serving, and deployment. It provides a complete ecosystem for transformer-based sequence modeling, offering base models alongside specialized tools for instruction-tuned alignment, fine-tuning, and long-context inference. The project is designed to support both research and production environments, enabling users to train, optimize, and host generative models locally or across distributed hardware. The framework distinguishes itself through its focus on high-performance serving and extensibility. It features a high-perfor

    Reduces memory footprint and computational requirements by converting model weights to lower-bit precision for efficient deployment.

    Pythonchineseflash-attentionlarge-language-models
    عرض على GitHub↗21,294
  • huggingface/peftالصورة الرمزية لـ huggingface

    huggingface/peft

    21,274عرض على GitHub↗

    This library provides a framework for parameter-efficient fine-tuning, enabling the adaptation of large pretrained models by training only a small subset of parameters. It functions as a distributed model training system and optimization toolkit, designed to reduce the computational and memory requirements typically associated with full model fine-tuning. The project distinguishes itself through a suite of methods for modular adapter composition, including low-rank matrix decomposition and activation-based scaling. It supports the integration of multiple task-specific adapter modules, allowin

    Supports low-bit quantization of model weights during fine-tuning to reduce memory footprint.

    Pythonadapterdiffusionfine-tuning
    عرض على GitHub↗21,274
  • facebook/prophetالصورة الرمزية لـ facebook

    facebook/prophet

    20,230عرض على GitHub↗

    Prophet is a time series forecasting library and decomposition tool that uses an additive regression model to predict future values. It functions as an uncertainty estimation tool, calculating confidence intervals and error metrics to quantify the risk associated with future predictions. The project is distinguished by its ability to incorporate human-interpretable parameters for model tuning and its use of Bayesian inference for parameter estimation. It supports the integration of external regressors and special event modeling to account for the impact of holidays and specific dates on forec

    Provides historical cross-validation and error metrics to validate the accuracy of time-series forecasts.

    Pythonforecastingpythonr
    عرض على GitHub↗20,230
  • facebookincubator/prophetالصورة الرمزية لـ facebookincubator

    facebookincubator/prophet

    20,231عرض على GitHub↗

    Prophet is a predictive analytics framework and time series regression library designed for forecasting future values. It uses additive models to fit non-linear growth and periodic seasonal patterns, providing tools for producing forecasts with integrated error measurement. The project handles multiple seasonalities and holiday effects to improve accuracy for periodic data. It supports the integration of external regressors and manages data irregularities, such as missing data and outliers, to maintain prediction stability. The framework covers a broad range of analysis capabilities, includi

    Evaluates the precision of predictions using historical cross-validation and quantitative error metric analysis.

    Python
    عرض على GitHub↗20,231
  • microsoft/onnxruntimeالصورة الرمزية لـ microsoft

    microsoft/onnxruntime

    19,347عرض على GitHub↗

    This project is a cross-platform machine learning inference engine designed to execute pre-trained models across diverse operating systems and hardware environments. It functions as a standardized execution framework that manages the entire lifecycle of model inference, from loading and graph optimization to hardware-accelerated execution and generative sequence management. The runtime distinguishes itself through a highly modular architecture that decouples model logic from hardware-specific kernels. By utilizing an execution provider abstraction, it enables developers to offload computation

    Matches weights and activation tensors between original and quantized models to resolve precision loss.

    C++ai-frameworkdeep-learninghardware-acceleration
    عرض على GitHub↗19,347
  • ymcui/chinese-llama-alpacaالصورة الرمزية لـ ymcui

    ymcui/Chinese-LLaMA-Alpaca

    18,944عرض على GitHub↗

    This project is a comprehensive toolkit for adapting large language models to the Chinese language, providing a specialized framework for fine-tuning, inference, and local deployment. It serves as a coordinated suite for language-specific adaptation, including tools for expanding tokenizers and implementing retrieval-augmented generation. The project distinguishes itself through a complete pipeline for model adaptation, featuring multilingual tokenizer expansion and a fine-tuning framework that supports instruction-based supervised training and adapter merging. It also includes a dedicated de

    Converts high precision model weights into lower bit formats to reduce memory requirements.

    Pythonalpacaalpaca-2large-language-models
    عرض على GitHub↗18,944
السابق1234…5التالي
  1. Home
  2. Artificial Intelligence & ML
  3. Model Quantization

استكشف الوسوم الفرعية

  • 8-Bit Inference Quantizers4 وسوم فرعيةReducing model memory footprint by loading pretrained language models in 8-bit precision for efficient inference. **Distinct from Model Quantization:** Distinct from Model Quantization: focuses specifically on 8-bit precision for inference, not general quantization techniques.
  • 8-Bit Load-Time QuantizersLoading a model in 8-bit precision to lower memory usage during inference, moving inputs to CUDA explicitly for best performance. **Distinct from Model Quantization:** Distinct from Model Quantization: focuses on load-time 8-bit quantization with explicit CUDA management, not general quantization techniques.
  • Accuracy Validation Utilities1 وسم فرعيTools for comparing model outputs to verify precision and quality after quantization. **Distinct from Model Quantization:** Focuses on the comparative accuracy validation between floating-point and quantized models, distinct from the quantization process itself.
  • Configurable Bit-Width Quantizers2 وسوم فرعيةTools that allow configuring quantization to specific bit-width combinations like A16W16 or A8W4 before deployment. **Distinct from Model Quantization:** Distinct from Model Quantization: focuses on selecting among multiple bit-width configurations rather than applying a single quantization technique.
  • Definition-Free QuantizationQuantization methods that process raw model weights without requiring a formal model architecture definition. **Distinct from Model Quantization:** Distinct from general Model Quantization by allowing operation on raw tensors without a standard library model definition.
  • Precision PreservationTechniques to maintain model accuracy during quantization by protecting high-impact operations. **Distinct from Model Quantization:** Focuses on the selective preservation of precision during the quantization process, not post-hoc validation.
  • Quantization-Aware TrainingTraining techniques that simulate quantization noise to improve the performance of compressed models. **Distinct from Model Quantization:** Focuses on the training-time noise injection rather than post-training quantization or the resulting runtime
  • Quantization-Aware Training ExportersTools that convert models trained with simulated quantization into fully quantized formats for deployment. **Distinct from Model Quantization:** Distinct from Model Quantization: specifically handles the export step after quantization-aware training, not general quantization techniques.
  • Quantized Model LoadingMechanisms for importing models from compressed formats into memory to optimize resource usage during execution. **Distinct from Model Quantization:** Focuses specifically on the loading phase and format compatibility, whereas Model Quantization covers the general process of reducing precision.