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
mit-han-lab avatar

mit-han-lab/smoothquant

0
View on GitHub↗
1,661 stars·206 forks·Python·MIT·8 viewsarxiv.org/abs/2211.10438↗

Smoothquant

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

Features

  • Model Quantization - Efficient post-training quantization for large language models.
  • Model Quantization Tools - Accurate post-training quantization for large language models.
  • Quantization Frameworks - Accurate and efficient post-training quantization for LLMs.

Star history

Star history chart for mit-han-lab/smoothquantStar history chart for mit-han-lab/smoothquant

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Open-source alternatives to Smoothquant

Similar open-source projects, ranked by how many features they share with Smoothquant.
  • 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
  • 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
  • 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
  • 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
See all 30 alternatives to Smoothquant→

Frequently asked questions

What does mit-han-lab/smoothquant do?

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

What are the main features of mit-han-lab/smoothquant?

The main features of mit-han-lab/smoothquant are: Model Quantization, Model Quantization Tools, Quantization Frameworks.

What are some open-source alternatives to mit-han-lab/smoothquant?

Open-source alternatives to mit-han-lab/smoothquant include: mit-han-lab/llm-awq — [MLSys 2024 Best Paper Award] AWQ: Activation-aware Weight Quantization for LLM Compression and Acceleration. ist-daslab/gptq — Code for the ICLR 2023 paper "GPTQ: Accurate Post-training Quantization of Generative Pretrained Transformers". microsoft/deepspeed — DeepSpeed is a distributed deep learning optimization library and framework designed for the training and inference of… nbasyl/llm-fp4 — The official implementation of the EMNLP 2023 paper LLM-FP4. artidoro/qlora — This project is a quantized fine-tuning framework for large language models. It implements a low-rank adaptation… snu-mllab/guidedquant — Official PyTorch implementation of "GuidedQuant: Large Language Model Quantization via Exploiting End Loss Guidance"…