minor fixes from audit

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-07-01 09:52:49 +02:00
parent 7e21e17d08
commit 02bb44aa90
7 changed files with 34 additions and 14 deletions
+4 -4
View File
@@ -34,9 +34,9 @@ This skill combines four audit surfaces. Run them in this order unless user scop
- `modules/sd_detect.py`
- `modules/sd_models.py`
- `modules/modeldata.py`
- `data/reference.json`
- `data/reference-base.json`
- `data/reference-cloud.json`
- `data/reference-quant.json`
- `data/reference-quantized.json`
- `data/reference-distilled.json`
- `data/reference-nunchaku.json`
- `data/reference-community.json`
@@ -83,9 +83,9 @@ Verify references for model families intended to appear in model references.
Checks:
- Correct category file placement by type:
- base -> `data/reference.json`
- base -> `data/reference-base.json`
- cloud -> `data/reference-cloud.json`
- quant -> `data/reference-quant.json`
- quant -> `data/reference-quantized.json`
- distilled -> `data/reference-distilled.json`
- nunchaku -> `data/reference-nunchaku.json`
- community -> `data/reference-community.json`