What problem does it solve?
This Skill helps you validate whether a Quark-quantized model export preserved the right files, tensor identities, and configuration semantics without loading full model weights into memory.
Core Features & Use Cases
- Auxiliary file verification: Confirms that non-weight files such as README, tokenizer assets, and helper documents were copied correctly to the quantized output.
- Non-quantized tensor spot-checking: Uses exclude rules to compare raw tensor bytes by MD5 for weights that should remain unchanged.
- Config parity checks: Deep-compares source and quantized config.json files after stripping quantization-specific keys.
- Safetensors header analysis: Summarizes canonical tensor patterns and dtype counts from headers only, which is useful for quick integrity and mixed-precision checks.
- Use case: After exporting a model, use this Skill to quickly confirm that the output is structurally sound before deploying it or running expensive downstream tests.
Quick Start
Ask the assistant to validate my Quark quantized model output against the source model and produce a validation report.