Sipsa Labs / Tools / Verify
Pack verification tool

Verify any pack.

Paste a HuggingFace model URL. If it's a Sipsa Labs UC pack, we check the SHA-256 manifest for reproducible reconstruction. If it's anyone else's quantized model, we show you exactly what verification primitives are missing — so you can make an informed decision.

/ client-side only · no data leaves your browser · open audit log

Accepts any HuggingFace model URL or org/repo slug. Examples: SipsaLabs/qwen3-8b-uc-v3-bpw5, TheBloke/Mistral-7B-v0.1-AWQ

How it works.

Step 1
Parse the repo
We fetch the model repo's file listing from the HuggingFace API to check what artifacts ship with the pack.
Step 2
Check for manifest
We look for SHA256_MANIFEST.json or equivalent cryptographic verification file. UC packs always have one.
Step 3
Report
UC packs: full verification report with SHA-256 checksums. Other packs: transparency report listing exactly what's missing.
Why this matters. Most quantized model packs ship without any cryptographic verification. You download weights, hope they match what was evaluated, and deploy. UltraCompress packs include a SHA-256 manifest that proves reproducible reconstruction — the model you verified is the model you deploy. This tool makes that gap visible.