What problem does it solve?
This Skill runs a complete post-training quantization workflow for Torch-based large language models, then verifies that the resulting model is structurally valid and optionally measures accuracy impact.
Core Features & Use Cases
- End-to-End PTQ Orchestration: Chains model intake, quantization planning, manifest generation, and execution into one guided workflow.
- Mandatory Validation: Checks the quantized model against the source model using layout, config, auxiliary files, and MD5-based integrity verification.
- Optional Accuracy Evaluation: Runs quick perplexity checks, lm_eval benchmarks, or accelerated ROCm-based evaluation for deeper quality assessment.
- Use Case: Use this Skill when you want to quantize a HuggingFace PyTorch LLM such as Llama, Qwen, or Mistral, confirm the output is correct, and decide whether accuracy remains acceptable.
Quick Start
Ask the assistant to quantize your Torch LLM, validate the output, and optionally evaluate accuracy for the model and target precision you want.