Version-controlled engineering pipeline for compressing the pinned Qwen 3.6 27B checkpoint into a measured local Hermes runtime for a 16GB M4 Mac mini.
- Original checkpoints are immutable and live outside this Git repository.
- Every source is pinned by repository revision and verified by hash.
- No candidate is called usable until peak RAM, swap, speed, stability, and quality are measured.
- Failed experiments remain in
docs/EXPERIMENT_LOG.md. - Hermes configuration remains separate from model weights.
- Large artifacts, caches, datasets, and generated checkpoints are excluded from Git.
python3 scripts/memory_budget.py --output results/memory-budget.json
python3 -m unittest discover -s tests -vmanifests/— pinned source identities and hashesdocs/reports/— architecture, research, memory, benchmark, and final reportsdocs/plans/— executable implementation planscripts/— reproducible model and benchmark toolstests/— deterministic pipeline testsconfigs/— candidate/runtime configurationresults/— small structured outputs onlylogs/— command receipts; no secrets
Large artifacts target /Users/richardholguin/Models/Qwen-Compression-Lab and are never committed.