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
snu-mllab avatar

snu-mllab/GuidedQuant

0
View on GitHub↗
51 stars·4 forks·Python·MIT·9 viewsarxiv.org/abs/2505.07004↗

GuidedQuant

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

Features

  • Model Quantization Tools - End-loss guided quantization for large language models.
  • Quantization Frameworks - Large language model quantization via end loss guidance.

Star history

Star history chart for snu-mllab/guidedquantStar history chart for snu-mllab/guidedquant

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with GuidedQuant

These projects share indexed features with GuidedQuant. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • 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
  • mit-han-lab/smoothquantmit-han-lab avatar

    mit-han-lab/smoothquant

    1,661View on GitHub↗

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

    Python
    View on GitHub↗1,661
Compare all 30 related projects→

Frequently asked questions

What does snu-mllab/guidedquant do?

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

What are the main features of snu-mllab/guidedquant?

The main features of snu-mllab/guidedquant are: Model Quantization Tools, Quantization Frameworks.

Which projects share features with snu-mllab/guidedquant?

Projects with overlapping indexed features include: mit-han-lab/llm-awq — [MLSys 2024 Best Paper Award] AWQ: Activation-aware Weight Quantization for LLM Compression and Acceleration. nbasyl/llm-fp4 — The official implementation of the EMNLP 2023 paper LLM-FP4. 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… mit-han-lab/smoothquant — [ICML 2023] SmoothQuant: Accurate and Efficient Post-Training Quantization for Large Language Models. squeezeailab/squeezellm — [ICML 2024] SqueezeLLM: Dense-and-Sparse Quantization.