Commit Graph
107 Commits
Author SHA1 Message Date
Joseph Magly b8b7a12493 fix(pipeline): tolerate missing cancellation state 2026-08-24 14:36:39 -04:00
Joseph Magly b7969cfed0 test(cli): relax quality gates for random fixture 2026-08-24 13:57:23 -04:00
Joseph Magly ccba4f5d85 fix(surgery): guard unvalidated Qwen hybrid layouts 2026-08-24 13:54:31 -04:00
Joseph Magly d8d0a76231 fix(pipeline): fail closed on invalid output 2026-08-24 13:42:13 -04:00
Joseph Magly f354effc72 fix(ui): refresh GPU memory gauge periodically 2026-08-24 12:51:02 -04:00
Joseph Magly 8c4c68760d feat: make UI model loading configurable 2026-08-24 11:53:18 -04:00
Joseph Magly f6ee663e1b fix(device): fall back when psutil memory query fails 2026-08-23 21:48:06 -04:00
Joseph Magly 34218cf6f7 feat(models): add Qwen3.8 27B preset 2026-08-23 20:43:23 -04:00
Joseph Magly 3aaa7e563c test(ui): keep VRAM renderer dependency-light 2026-08-23 20:13:16 -04:00
Joseph Magly 5ce65e8193 fix(ui): show VRAM for every visible GPU 2026-08-23 20:06:08 -04:00
Joseph Magly cad100dd70 feat: refresh model catalog and shared-host guidance 2026-08-23 18:57:13 -04:00
Joseph Magly 6b6a0fe3d8 test(device): restore release branch coverage 2026-08-23 11:46:39 -04:00
Joseph Magly d52c7fc406 test(ui): classify lifecycle regression as conditional 2026-08-23 11:21:27 -04:00
Joseph Magly ad883cef0b feat: harden local runtime and verification 2026-08-23 11:16:10 -04:00
Joseph Magly beb4707401 ci: release tested source snapshots only 2026-08-22 11:28:30 -04:00
Joseph Magly c546d30e9e test: support TOML parsing on Python 3.10 2026-08-22 11:04:56 -04:00
Joseph Magly 7b7109feb5 ci: bind release evidence to artifact hashes 2026-08-22 10:59:08 -04:00
Joseph Magly feda78fbbb test(loader): isolate optional quantization dependency 2026-08-22 10:09:41 -04:00
Joseph Magly 3390fe551b feat(secrets): add provider-neutral credential hooks 2026-08-22 10:02:49 -04:00
Joseph Magly 06e80af7b6 feat: add Jetson contributor validation path 2026-08-21 20:12:35 -04:00
Joseph Magly bd878363f8 test: lock Qwen2.5 projection contract 2026-08-21 19:09:34 -04:00
Joseph Magly 182dde0fdf test: cover Mistral shared-expert memory estimate 2026-08-21 19:00:03 -04:00
Joseph Magly 1112fe139e test: exercise pinned Mistral configuration contract 2026-08-21 18:57:09 -04:00
Joseph Magly 3c0f83ac4b feat: add Mistral 3 and 4 architecture contracts 2026-08-21 18:55:10 -04:00
Joseph Magly d1c0ee664d feat(abliteration): support safe offloaded weight surgery 2026-08-21 18:36:18 -04:00
Joseph Magly 02bdb45c4d test(aiwg): track refreshed Codex surface 2026-08-21 18:07:02 -04:00
Joseph Magly cf2b5ae869 test: cover single-prompt flattened routing 2026-08-21 14:43:00 -04:00
Joseph Magly f2446f68a7 fix: preserve per-prompt MoE router observations 2026-08-21 14:33:13 -04:00
Joseph Magly b746a87a00 fix: harden checkpoint blending contracts 2026-08-21 12:12:14 -04:00
faber 17f1d5eb59 feat: add complementary abliteration blending
Carry the coherent blending contribution and research summary from PR #127 while splitting the capacity and recovery proposals into issues #132 and #133.
2026-08-21 11:58:11 -04:00
Joseph Magly 4848fea62c ci: preserve signed canonical integrations 2026-08-20 23:17:45 -04:00
Joseph Magly 38efd3dc0a ci: adopt tiered contributor validation 2026-08-20 23:11:24 -04:00
faber 94d65f8769 test cli dispatch 2026-08-19 22:25:38 -04:00
faber 3dbe90d9a9 tests: 96% coverage 2026-08-19 22:25:38 -04:00
faber 2dbed842d4 fix ruff 2026-08-19 22:25:38 -04:00
faber 36c1836982 capability-check + tests + risk map 2026-08-19 22:25:38 -04:00
faber aa3095747c test cli dispatch 2026-08-19 21:38:19 -04:00
faber c0b3ad9007 tests: 98% coverage 2026-08-19 21:33:25 -04:00
faber d90945e8ee restore-multimodal + tests + risk map 2026-08-19 21:20:09 -04:00
Joseph Magly cb4aec4532 fix: bind CI evidence to pull request head 2026-08-16 18:22:19 -04:00
Joseph Magly 497a2eeda2 fix: distinguish signing key id from fingerprint 2026-08-16 17:39:55 -04:00
Joseph Magly 0f6be47948 docs: align contributor standards with BT6 gates 2026-08-16 17:36:34 -04:00
Joseph Magly b25b3f3b66 fix: harden quantized checkpoint integration 2026-08-16 12:57:17 -04:00
Brian Bell b6a1727cb6 test+docs: quant_dequant test suite, theory journal engineering log
33 CPU-only tests: FP8 block-wise/per-channel round-trips, NVFP4
round-trips (direct + reciprocal scales, native vs manual unpack
agreement), scheme detection incl. ModelOpt MIXED_PRECISION, surgery
guard raises, and tiny synthetic FP8/NVFP4 GPT-2 checkpoints through
load_model end-to-end. Full suite: 870 passed (8 failures pre-exist on
main, verified against pristine checkout).

docs/theory_journal.md Appendices E-E2: engineering log of the 12
findings from implementation and real-checkpoint validation (nibble
order conventions, mixed-precision layouts, the 96GB OOM and the
chunked-unpack fix, transformers 5.x drift shims, Omni wrapper unwrap).
2026-08-16 12:11:12 -04:00
Joseph Magly fa233fd8c9 ci: make CUDA conditional lane GPU-capable 2026-08-16 09:23:22 -04:00
Joseph Magly c90240f1e9 test: govern unavailable conditional environments 2026-08-16 09:05:41 -04:00
Joseph Magly b961623513 test: stabilize mature coverage across Python 2026-08-16 08:03:58 -04:00
Joseph Magly acc6b3b254 test: close Gate 3 tiny-runtime semantics 2026-08-16 07:53:00 -04:00
Joseph Magly d299deb3a3 fix: contain Watchtower result downloads 2026-08-16 06:18:45 -04:00
Joseph Magly bb84e55f77 test: cover tournament and operator UI contracts 2026-08-16 06:18:45 -04:00