What problem does it solve?
This Skill streamlines the full post-training quantization workflow for PyTorch and HuggingFace transformer models, helping you move from a safetensors model to a quantized output without manually stitching together planning, script generation, and execution steps.
Core Features & Use Cases
- Model inspection and planning: Review the model and determine a suitable quantization path for common LLM PTQ scenarios.
- Quantization script generation: Produce the workflow steps needed for AMD Quark quantization of PyTorch transformer models.
- Optional execution support: Run the PTQ pipeline through to a quantized artifact, with a clear stop point before validation and evaluation.
- Use case: Quantize a Llama, Qwen, or Mistral model with FP8 or INT4 for deployment preparation.
Quick Start
Ask to quantize your HuggingFace safetensors model with AMD Quark PTQ and generate the full PyTorch workflow through the quantized output.