What problem does it solve?
This Skill helps you decide how to quantize a Torch language model in Quark by turning model analysis and deployment goals into a concrete PTQ plan. It removes guesswork around scheme selection, algorithm choice, exclusions, and KV cache decisions.
Core Features & Use Cases
- Quantization scheme selection: Recommends FP8, INT4 weight-only, INT8, MXFP, or AMD-specific formats based on accuracy, size, and hardware targets.
- Plan assembly: Produces a structured quantization plan with global scheme, layer overrides, calibration settings, and evaluation intent.
- Decision support: Useful when you need to compare options such as AWQ, GPTQ, SmoothQuant, or mixed-precision overrides for specific modules like attention or lm_head.
- Use Case: A user provides model analysis for a large LLM and asks for the best inference-ready configuration on a specific accelerator, and this Skill drafts the quantization plan to confirm before execution.
Quick Start
Ask for a Quark Torch quantization plan for my model analysis and deployment target, and recommend the best scheme, algorithm, exclusions, and KV cache settings.