awq-quantization

Quantize large language models with activation-aware 4-bit precision.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/tadod12/fraud-detection-research --skill awq-quantization-tadod12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: awq-quantization
Source: https://github.com/tadod12/fraud-detection-research/tree/main/.agent/skills/10-optimization/awq
Command: npx skills add https://github.com/tadod12/fraud-detection-research --skill awq-quantization-tadod12

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Quantize large language models with activation-aware 4-bit precision to reduce memory usage and increase inference speed.

Core Features & Use Cases

  • Activation-aware weight quantization for 4-bit models
  • Supports GEMM, GEMV, and Marlin kernels with selective fusion
  • Calibrated quantization workflows for domain adaptation and efficient deployment

Quick Start

Use AWQ to quantize a target model with a 4-bit configuration to begin using accelerated, memory-efficient inference.

Frequently Asked Questions about awq-quantization

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I quantize a large language model to 4-bit for faster inference?

You can quantize a large language model to 4-bit using activation-aware weight quantization. This process reduces memory usage and increases inference speed by applying calibrated 4-bit precision to models ranging from 7B to 70B parameters.

What is activation-aware quantization and when do I need it for LLMs?

Activation-aware quantization is a 4-bit precision technique for large language models that considers activation outliers during weight conversion. You need it to reduce memory usage and accelerate inference speed without significantly degrading model performance.

Can I use 4-bit quantization on instruction-tuned and multimodal LLMs?

Yes, 4-bit quantization applies to instruction-tuned and multimodal large language models. It effectively supports model sizes ranging from 7B to 70B parameters for memory-efficient deployment across various architectures.

What is the best way to choose between GEMM, GEMV, and Marlin kernels for quantized inference?

Choosing between GEMM, GEMV, and Marlin kernels depends on your specific deployment and hardware needs. The quantization workflow supports selective kernel fusion and multi-GPU deployment to optimize inference speed for your target environment.

How do I calibrate a 4-bit quantized model for domain adaptation?

You calibrate a 4-bit quantized model for domain adaptation using provided calibration data strategies. This workflow ensures the activation-aware weight quantization process preserves accuracy when tailoring large language models to specific use cases.

Does 4-bit LLM quantization work with multi-GPU deployment setups?

Yes, 4-bit LLM quantization supports multi-GPU deployment setups. It includes dependency management, layer fusion, and model saving/loading capabilities to facilitate efficient and accelerated inference across distributed hardware environments.