What problem does it solve?
Producing a quantized GGUF model and a Skippy layer package from a BF16/FP16 source repo involves many ordered steps, and running them separately risks inconsistent artifacts, failed resumes, and mismatched published repos. This Skill coordinates both phases as one workflow with verification gates between them.
Core Features & Use Cases
- Combined quantize-and-package workflow: Runs
skippy-quantize (init, run, verify) followed by mesh-llm models package, publishing both artifacts to Hugging Face.
- Local and HF Jobs execution: Supports running the full pipeline locally with mounted repos or as a single Hugging Face Job with read-only source and read/write target volumes.
- Resume and validation rules: Resumes quantization at the first missing shard, skips quantization when the quant repo verifies, and records commits, selectors, tensor recipes, and job costs for promotion decisions.
- Use Case: You have a BF16 GGUF repo and need a Q4_K_M quant plus a Skippy layer package for mesh-llm distribution. This Skill dry-runs the quant job, executes it within a memory budget, verifies the output, then packages and publishes both repos.
Quick Start
Ask the agent to quantize your BF16 GGUF repo with skippy-quantize and then create and publish the Skippy layer package as one workflow.