Skip to content

Top 100 Quantization Repositories

Back to Home

Ranking

RankingProject NameStarsForksLanguageOpen IssuesDescriptionLast Commit
1LlamaFactory71,4878,718Python966Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)2026-05-21
2faster-whisper23,0591,880Python282Faster Whisper transcription with CTranslate22025-11-19
3Chinese-LLaMA-Alpaca18,9441,852Python1中文LLaMA&Alpaca大语言模型+本地CPU/GPU训练部署 (Chinese LLaMA & Alpaca LLMs)2026-04-19
4Qbot17,3922,455Jupyter Notebook67[🔥updating ...] AI 自动量化交易机器人(完全本地部署) AI-powered Quantitative Investment Research Platform. 📃 online docs: https://ufund-me.github.io/Qbot ✨ :news: qbot-mini: https://github.com/Charmve/iQuant2026-03-11
5qlora10,909873Jupyter Notebook193QLoRA: Efficient Finetuning of Quantized LLMs2024-06-10
6bitsandbytes8,219855Python32Accessible large language models via k-bit quantization for PyTorch.2026-05-21
7lit-llama6,078521Python100Implementation of the LLaMA language model based on nanoGPT. Supports flash attention, Int8 and GPTQ 4bit quantization, LoRA and LLaMA-Adapter fine-tuning, pre-training. Apache 2.0-licensed.2025-07-01
8pngquant5,640497C55Lossy PNG compressor — pngquant command based on libimagequant library2026-03-28
9AutoGPTQ5,062543Python241An easy-to-use LLMs quantization package with user-friendly apis, based on GPTQ algorithm.2025-04-11
10CTranslate24,493488C++219Fast inference engine for Transformer models2026-05-19
11vector-quantize-pytorch3,940326Python49Vector (and Scalar) Quantization, in Pytorch2026-05-16
12nunchaku3,854252Python4[ICLR2025 Spotlight] SVDQuant: Absorbing Outliers by Low-Rank Components for 4-Bit Diffusion Models2026-03-07
13ComfyUI-GGUF3,647302Python188GGUF Quantization support for native ComfyUI models2026-01-12
14llm-awq3,539315Python169[MLSys 2024 Best Paper Award] AWQ: Activation-aware Weight Quantization for LLM Compression and Acceleration2025-07-17
15optimum3,397644Python262🚀 Accelerate inference and training of 🤗 Transformers, Diffusers, TIMM and Sentence Transformers with easy to use hardware optimization tools2026-05-18
16SageAttention3,378421Cuda163[ICLR2025, ICML2025, NeurIPS2025 Spotlight] Quantized Attention achieves speedup of 2-5x compared to FlashAttention, without losing end-to-end metrics across language, image, and video models.2026-01-17
17llm-compressor3,272521Python66Transformers-compatible library for applying various compression algorithms to LLMs for optimized deployment with vLLM2026-05-21
18Pretrained-Language-Model3,163642Python99Pretrained language model and its related optimization techniques developed by Huawei Noah's Ark Lab.2024-01-22
19deepsparse3,161192Python1Sparsity-aware deep learning inference runtime for CPUs2025-06-02
20GPTQ-for-LLaMa3,072452Python624 bits quantization of LLaMA using GPTQ2024-07-13
21nlp-architect2,933443Python14A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language Processing neural networks2022-11-07
22exllama2,920223Python61A more memory-efficient rewrite of the HF transformers implementation of Llama for use with quantized weights.2023-09-30
23ComfyUI-nunchaku2,877160Python6ComfyUI Plugin of Nunchaku2026-02-19
24ao2,830508Python413PyTorch native quantization and sparsity for training and inference2026-05-21
25Model-Optimizer2,737404Python52A unified library of SOTA model optimization techniques like quantization, pruning, distillation, speculative decoding, etc. It compresses deep learning models for downstream deployment frameworks lik...2026-05-22
26pytorch-playground2,718623Python8Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)2022-11-22
27xTuring2,666212Python0Build, personalize and control your own LLMs. From data pre-processing to fine-tuning, xTuring provides an easy way to personalize open-source LLMs. Join our discord community: https://discord.gg/TgHX...2026-03-04
28neural-compressor2,643305Python1SOTA low-bit LLM quantization (INT8/FP8/MXFP8/INT4/MXFP4/NVFP4) & sparsity; leading model compression techniques on PyTorch, TensorFlow, and ONNX Runtime2026-05-22
29aimet2,621451Python21AIMET is a library that provides advanced quantization and compression techniques for trained neural network models.2026-05-22
30Awesome-Model-Quantization2,379239-0A list of papers, docs, codes about model quantization. This repo is aimed to provide the info for model quantization research, we are continuously improving the project. Welcome to PR the works (pape...2026-05-11
31AutoAWQ2,337301Python201AutoAWQ implements the AWQ algorithm for 4-bit quantization with a 2x speedup during inference. Documentation:2025-05-11
32mixtral-offloading2,331228Python22Run Mixtral-8x7B models in Colab or consumer desktops2024-04-08
33Olive2,316296Python22Olive: Simplify ML Model Finetuning, Conversion, Quantization, and Optimization for CPUs, GPUs and NPUs.2026-05-21
34gptq2,307196Python26Code for the ICLR 2023 paper "GPTQ: Accurate Post-training Quantization of Generative Pretrained Transformers".2024-03-27
35micronet2,273474Python92micronet, a model compression and deploy lib. compression: 1、quantization: quantization-aware-training(QAT), High-Bit(>2b)(DoReFa/Quantization and Training of Neural Networks for Efficient Integer-Ari...2025-05-06
36AI-Engineering.academy2,209255Jupyter Notebook6Mastering Applied AI, One Concept at a Time2026-02-27
37deepseek-ocr.rs2,164170Rust15Rust multi‑backend OCR/VLM engine (DeepSeek‑OCR-1/2, PaddleOCR‑VL, DotsOCR) with DSQ quantization and an OpenAI‑compatible server & CLI – run locally without Python.2026-02-21
38turbovec2,091186Python5A vector index built on TurboQuant, written in Rust with Python bindings2026-05-21
39intel-extension-for-pytorch2,014315Python198A Python package for extending the official PyTorch that can easily obtain performance on Intel platform2026-03-30
40ppq1,799275Python81PPL Quantization Tool (PPQ) is a powerful offline neural network quantization tool.2024-03-28
41mmrazor1,671245Python145OpenMMLab Model Compression Toolbox and Benchmark.2024-06-11
42smoothquant1,649204Python72[ICML 2023] SmoothQuant: Accurate and Efficient Post-Training Quantization for Large Language Models2024-07-12
43PaddleSlim1,615353Python22PaddleSlim is an open-source library for deep model compression and architecture search.2026-01-04
44picolm1,613201C13Run a 1-billion parameter LLM on a $10 board with 256MB RAM2026-02-22
45ai-engineering-interview-questions1,602302Markdown0Your Cheat Sheet for AI Engineering Interview – Questions and Answers.2026-05-21
46model-optimization1,571347Python200A toolkit to optimize ML models for deployment for Keras and TensorFlow, including quantization and pruning.2026-05-19
47rwkv.cpp1,569128C++26INT4/INT5/INT8 and FP16 inference on CPU for RWKV language model2025-03-23
48QNNPACK1,549221C7Quantized Neural Network PACKage - mobile-optimized implementation of quantized neural network operators2019-08-28
49brevitas1,533243Python178Brevitas: neural network quantization in PyTorch2026-05-20
50turboquant1,414175Python8TurboQuant: Near-optimal KV cache quantization for LLM inference (3-bit keys, 2-bit values) with Triton kernels + vLLM integration2026-03-27
51auto-round1,404134Python86A SOTA quantization algorithm for high-accuracy low-bit LLM inference, seamlessly optimized for CPU/XPU/CUDA, with multi-datatype support and full compatibility with vLLM, SGLang, and Transformers.2026-05-22
52gpu_poor1,39989JavaScript8Calculate token/s & GPU memory requirement for any LLM. Supports llama.cpp/ggml/bnb/QLoRA quantization2024-12-03
53perfectPixel1,39487Python1Refine and quantize messy AI pixel art into clean, perfect pixels.2026-02-01
54AQLM1,320194Python9Official Pytorch repository for Extreme Compression of Large Language Models via Additive Quantization https://arxiv.org/pdf/2401.06118.pdf and PV-Tuning: Beyond Straight-Through Estimation for Extrem...2026-02-26
55Efficient-Computing1,302219Jupyter Notebook26Efficient computing methods developed by Huawei Noah's Ark Lab2024-11-05
56binance-quantization1,295330Python7虚拟货币(BTC、ETH)炒币量化系统项目。币安交易所-量化交易-网格策略实践。火币、OKEX热门交易所未来都支持。最简单收益最靠谱的项目,包教包会。2023-01-30
57training_extensions1,229466Python128Train, Evaluate, Optimize, Deploy Computer Vision Models via OpenVINO™2026-05-22
58AngelSlim1,219132Python53Model compression toolkit engineered for enhanced usability, comprehensiveness, and efficiency.2026-05-21
59cache-dit1,17870Python86A PyTorch-native inference engine with cache, parallelism, quantization for Diffusion Transformers.2026-05-21
60nncf1,164294Python21Neural Network Compression Framework for enhanced OpenVINO™ inference2026-05-21
61clean-fid1,15682Python31PyTorch - FID calculation with proper image resizing and quantization steps [CVPR 2022]2025-08-02
62GPTQModel1,154184Python43LLM model quantization (compression) toolkit with HW acceleration support for Nvidia, AMD, Intel GPU and Intel/AMD/Apple CPU via HF, vLLM, and SGLang.2026-05-22
63z80ai1,08847Python6Z80-μLM is a 2-bit quantized language model small enough to run on an 8-bit Z80 processor. Train conversational models in Python, export them as CP/M .COM binaries, and chat with your vintage computer...2026-04-29
64marlin1,07888Python31FP16xINT4 LLM inference kernel that can achieve near-ideal ~4x speedups up to medium batchsizes of 16-32 tokens.2024-09-04
65optimum-quanto1,04186Python0A pytorch quantization backend for optimum2026-04-02
66YOLOv5-Multibackbone-Compression1,021198Python55YOLOv5 Series Multi-backbone(TPH-YOLOv5, Ghostnet, ShuffleNetv2, Mobilenetv3Small, EfficientNetLite, PP-LCNet, SwinTransformer YOLO), Module(CBAM, DCN), Pruning (EagleEye, Network Slimming), Quantizat...2022-04-29
67rq-vae-transformer1,018113Jupyter Notebook10The official implementation of Autoregressive Image Generation using Residual Quantization (CVPR '22)2024-01-03
68MindPipe1,00624Python0A powerful model compression framework for LLMs and LVLMs, adapted for NVIDIA GPUs and Huawei Ascend NPUs.2026-05-20
69finn997298Python68Dataflow compiler for QNN inference on FPGAs2026-05-21
70SpargeAttn99589Cuda59[ICML2025] SpargeAttention: A training-free sparse attention that accelerates any model inference.2026-02-25
71YOLOs-CPP975142C++1Cross-Platform Production-ready C++ inference engine for YOLO models (v5-v12, YOLO26). Unified API for detection, segmentation, pose estimation, OBB, and classification. Built on ONNX Runtime and Open...2026-04-13
72onnx2tf958100Python2A tool for converting ONNX files to LiteRT/TFLite/TensorFlow, PyTorch native code (nn.Module), TorchScript (.pt), state_dict (.pt), Exported Program (.pt2), and Dynamo ONNX. It also supports direct co...2026-04-01
73pytorch-vqvae954140Python8Vector Quantized VAEs - PyTorch Implementation2023-07-12
74TinyChatEngine95298C++35TinyChatEngine: On-Device LLM Inference Library2024-07-04
75tinyengine943160C36[NeurIPS 2020] MCUNet: Tiny Deep Learning on IoT Devices; [NeurIPS 2021] MCUNetV2: Memory-Efficient Patch-based Inference for Tiny Deep Learning; [NeurIPS 2022] MCUNetV3: On-Device Training Under 256K...2024-11-27
76hqq94090Python2Official implementation of Half-Quadratic Quantization (HQQ)2026-02-26
77libimagequant910141Rust10Palette quantization library that powers pngquant and other PNG optimizers2026-02-11
78OmniQuant89878Python30[ICLR2024 spotlight] OmniQuant is a simple and powerful quantization technique for LLMs.2025-11-26
79vqvae895102Jupyter Notebook7A pytorch implementation of the vector quantized variational autoencoder (https://arxiv.org/abs/1711.00937)2022-12-08
80exllamav3889100Python71An optimized quantization and inference library for running LLMs locally on modern consumer-class GPUs2026-05-21
81MQBench869143Python11Model Quantization Benchmark2025-04-20
82Awesome-AutoML-and-Lightweight-Models856161-0A list of high-quality (newest) AutoML works and lightweight models including 1.) Neural Architecture Search, 2.) Lightweight Structures, 3.) Model Compression, Quantization and Acceleration, 4.) Hype...2021-06-19
83omniserve83863C++47[MLSys'25] QServe: W4A8KV4 Quantization and System Co-design for Efficient LLM Serving; [MLSys'25] LServe: Efficient Long-sequence LLM Serving with Unified Sparse Attention2025-03-06
84Awesome-Quantization-Papers82265-2List of papers related to neural network quantization in recent AI conferences and journals.2025-03-27
85Orion81059Python41Orion-14B is a family of models includes a 14B foundation LLM, and a series of models: a chat model, a long context model, a quantized model, a RAG fine-tuned model, and an Agent fine-tuned model. Ori...2024-06-03
86bitsandbytes77947-9Library for 8-bit optimizers and quantization routines.2022-08-18
87awesome-emdl767168-0Embedded and mobile deep learning research resources2023-03-14
88BitBLAS76459Python33BitBLAS is a library to support mixed-precision matrix multiplications, especially for quantized LLM deployment.2025-08-06
89Word2Bits75334C++1Quantized word vectors that take 8x-16x less space than regular word vectors2020-03-31
90SqueezeLLM72050Python16[ICML 2024] SqueezeLLM: Dense-and-Sparse Quantization2024-08-13
91LightCompress71580Python42[EMNLP 2024 & AAAI 2026] A powerful toolkit for compressing large models including LLMs, VLMs, and video generative models.2026-05-14
92BNN-PYNQ705305Jupyter Notebook9Quantized Neural Networks (QNNs) on PYNQ2022-01-04
93deepvac681102Python16PyTorch Project Specification.2021-08-05
94VPTQ67952Python26VPTQ, A Flexible and Extreme low-bit quantization algorithm2025-04-25
95Cornucopia-LLaMA-Fin-Chinese65767Python17聚宝盆(Cornucopia): 中文金融系列开源可商用大模型,并提供一套高效轻量化的垂直领域LLM训练框架(Pretraining、SFT、RLHF、Quantize等)2023-06-30
96KD_Lib65061Python14A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge Distillation, Pruning, and Quantization.2023-03-01
97NOVA64722Python0[ICLR 2025] Autoregressive Video Generation without Vector Quantization2025-10-29
98deep-vector-quantization64657Jupyter Notebook3VQVAEs, GumbelSoftmaxes and friends2021-11-20
99hailo_model_zoo64483Python0The Hailo Model Zoo includes pre-trained models and a full building and evaluation environment2026-04-30
100kill-the-bits631122Python0Code for: "And the bit goes down: Revisiting the quantization of neural networks"2020-11-09