awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to mit-han-lab/smoothquant

Open-source alternatives to Smoothquant

30 open-source projects similar to mit-han-lab/smoothquant, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Smoothquant alternative.

  • ist-daslab/gptqIST-DASLab avatar

    IST-DASLab/gptq

    2,320View on GitHub↗

    Code for the ICLR 2023 paper "GPTQ: Accurate Post-training Quantization of Generative Pretrained Transformers".

    Python
    View on GitHub↗2,320
  • microsoft/deepspeedmicrosoft avatar

    microsoft/DeepSpeed

    42,533View on GitHub↗

    DeepSpeed is a distributed deep learning optimization library and framework designed for the training and inference of massive AI models. It serves as a model parallelism orchestrator and a toolkit for scaling large language models across multiple GPUs and compute nodes. The project distinguishes itself through 3D parallelism orchestration, which combines data, pipeline, and tensor parallelism. It utilizes ZeRO-based memory partitioning to eliminate redundant storage and employs CPU-offload memory management to move weights and optimizer states to system RAM. Additionally, it provides special

    Python
    View on GitHub↗42,533
  • mit-han-lab/llm-awqmit-han-lab avatar

    mit-han-lab/llm-awq

    3,563View on GitHub↗

    MLSys 2024 Best Paper Award AWQ: Activation-aware Weight Quantization for LLM Compression and Acceleration

    Python
    View on GitHub↗3,563
  • vahe1994/spqrVahe1994 avatar

    Vahe1994/SpQR

    553View on GitHub↗

    It accompanies the research paper "SpQR: A Sparse-Quantized Representation for Near-Lossless LLM Weight Compression" .

    Python
    View on GitHub↗553
  • snu-mllab/guidedquantsnu-mllab avatar

    snu-mllab/GuidedQuant

    51View on GitHub↗

    Official PyTorch implementation of "GuidedQuant: Large Language Model Quantization via Exploiting End Loss Guidance" (ICML 2025)

    Python
    View on GitHub↗51

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • timdettmers/bitsandbytestimdettmers avatar

    timdettmers/bitsandbytes

    8,277View on GitHub↗

    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

    Python
    View on GitHub↗8,277
  • nbasyl/llm-fp4nbasyl avatar

    nbasyl/LLM-FP4

    224View on GitHub↗

    The official implementation of the EMNLP 2023 paper LLM-FP4

    Python
    View on GitHub↗224
  • squeezeailab/squeezellmSqueezeAILab avatar

    SqueezeAILab/SqueezeLLM

    722View on GitHub↗

    ICML 2024 SqueezeLLM: Dense-and-Sparse Quantization

    Python
    View on GitHub↗722
  • artidoro/qloraartidoro avatar

    artidoro/qlora

    10,929View on GitHub↗

    This project is a quantized fine-tuning framework for large language models. It implements a low-rank adaptation library and a four-bit quantizer to reduce the GPU memory requirements needed to train large models. The framework utilizes four-bit quantization and low-rank adapters to enable model training on consumer-grade hardware. It further reduces the memory footprint through double quantization and a paged optimizer that offloads states to system RAM. The system supports distributed training across multiple GPUs to handle larger parameter scales and includes utilities for custom dataset

    Jupyter Notebook
    View on GitHub↗10,929
  • aldakata/trainingdynamicsquantizationrobustnessA

    aldakata/TrainingDynamicsQuantizationRobustness

    0View on GitHub↗
    View on GitHub↗0
  • bienluky/ptq4arvgB

    BienLuky/PTQ4ARVG

    0View on GitHub↗
    View on GitHub↗0
  • azure/ms-ampAzure avatar

    Azure/MS-AMP

    637View on GitHub↗

    Microsoft Automatic Mixed Precision Library

    Python
    View on GitHub↗637
  • brotherhappy/ostquantB

    BrotherHappy/OSTQuant

    0View on GitHub↗
    View on GitHub↗0
  • bytedance/abq-llmbytedance avatar

    bytedance/ABQ-LLM

    245View on GitHub↗

    An acceleration library that supports arbitrary bit-width combinatorial quantization operations

    C++
    View on GitHub↗245
  • adlik/smoothquantplusAdlik avatar

    Adlik/smoothquantplus

    23View on GitHub↗

    ICML 2023 SmoothQuant: Accurate and Efficient Post-Training Quantization for Large Language Models

    Python
    View on GitHub↗23
  • 42shawn/causal-dfq4

    42Shawn/Causal-DFQ

    0View on GitHub↗
    View on GitHub↗0
  • cat538/mxmoeC

    cat538/MxMoE

    0View on GitHub↗
    View on GitHub↗0
  • cas-clab/dartquantC

    CAS-CLab/DartQuant

    0View on GitHub↗
    View on GitHub↗0
  • cantbebetter2/q-vditC

    cantbebetter2/Q-VDiT

    0View on GitHub↗
    View on GitHub↗0
  • aozhongzhang/magrA

    aozhongzhang/magr

    0View on GitHub↗
    View on GitHub↗0
  • aaronhuang-778/slim-llmA

    Aaronhuang-778/SliM-LLM

    0View on GitHub↗
    View on GitHub↗0
  • chengzhang-98/qeraC

    ChengZhang-98/QERA

    0View on GitHub↗
    View on GitHub↗0
  • chenzx921020/moequantC

    chenzx921020/MoEQuant

    0View on GitHub↗
    View on GitHub↗0
  • chrundle/bipropchrundle avatar

    chrundle/biprop

    51View on GitHub↗

    This method identifies a binary weight or binary weight and activation subnetwork within a randomly initialized network that achieves performance comparable to, and sometimes better than, a weight-optimized network. The resulting binarized and pruned networks that achieve comparable performance…

    Python
    View on GitHub↗51
  • colorjam/pamsC

    colorjam/PAMS

    0View on GitHub↗
    View on GitHub↗0
  • cornell-relaxml/qtipC

    Cornell-RelaxML/qtip

    0View on GitHub↗
    View on GitHub↗0
  • cornell-relaxml/quip-sharpC

    Cornell-RelaxML/quip-sharp

    0View on GitHub↗
    View on GitHub↗0
  • cornell-zhang/llm-datatypesC

    cornell-zhang/llm-datatypes

    0View on GitHub↗
    View on GitHub↗0
  • csguoh/obrC

    csguoh/OBR

    0View on GitHub↗
    View on GitHub↗0
  • caiyuanhao1998/bisciC

    caiyuanhao1998/BiSCI

    0View on GitHub↗
    View on GitHub↗0