aleada commited on
Commit
2742b7c
·
verified ·
1 Parent(s): 4331df6

add a link to the pack integrity checker

Browse files

It reads any published pack's metadata and reports whether its
exclusion entries name real modules, whether anything from the source
failed to reach it, and whether anything is left at source precision
without being declared. Inserted rather than regenerated: six of these
cards predate the sidecar that records calibration settings, and
regenerating them would replace real values with em dashes.

Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -97,6 +97,23 @@ checkpoints are native on Hopper and Blackwell but emulated or
97
  unusable on Ampere, where the INT4 Marlin kernels are what actually
98
  run fast.
99
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
  ## About the maintainer
101
 
102
  Alex Adamopoulos is the founder of [assert.gr](https://assert.gr) and
 
97
  unusable on Ampere, where the INT4 Marlin kernels are what actually
98
  run fast.
99
 
100
+ ## Check this pack yourself
101
+
102
+ Quantization can drop or disable part of a model without failing: the
103
+ pack loads, serves, and answers correctly while something its card
104
+ says it kept is absent, or present and ignored by the runtime. Nothing
105
+ errors, and the card still promises it.
106
+
107
+ **[Pack integrity check](https://huggingface.co/spaces/aleada/pack-integrity-check)**
108
+ reads any published repo's metadata — safetensors headers and
109
+ `config.json`, no weights — and reports whether its exclusion entries
110
+ name real modules, whether anything from the source model failed to
111
+ reach it, and whether anything is left at source precision without
112
+ being declared. It runs entirely in your browser, so it reads exactly
113
+ what you could read yourself.
114
+
115
+ Point it at this pack. Point it at someone else's.
116
+
117
  ## About the maintainer
118
 
119
  Alex Adamopoulos is the founder of [assert.gr](https://assert.gr) and