What problem does it solve?
This Skill helps you compress large language models into 4-bit GPTQ formats so they fit on smaller GPUs, run faster, and retain strong output quality.
Core Features & Use Cases
- Post-training quantization: Turn FP16 Hugging Face models into compact GPTQ checkpoints with group-wise quantization.
- Deployment optimization: Load quantized models with AutoGPTQ, transformers, vLLM, or TGI for efficient inference on consumer or server GPUs.
- Fine-tuning and validation: Calibrate models with representative data, tune quantization settings, and verify quality with perplexity or benchmark checks.
Quick Start
Ask the GPTQ skill to help you quantize a target model, choose calibration data, and prepare the result for deployment or evaluation.