Brian
73601bb13d
packaging: stop exact-pinning build backends
...
Exact setuptools/wheel pins block platform-specific backend patches and
make isolated pip installs fail on Android/Termux Python. Keep a setuptools
lower bound only, drop the unused wheel backend pin, keep requirements.txt
aligned with core package deps, and install the Spaces extra in Docker
instead of pulling bitsandbytes by default.
Android/Termux is still not a supported runtime; the new platform note
documents host wheels, ANDROID_API_LEVEL, and --no-build-isolation so
pip does not isolate a second setuptools or compile manylinux-only
extensions.
2026-09-20 06:25:34 -07:00
Joseph Magly
707e762904
fix(packaging): install and validate the Bayesian optimizer by default
2026-09-07 16:23:48 -04:00
Joseph Magly
985c9e9363
feat: add safe distributed checkpoint intake and preflight
2026-09-04 19:43:53 -04:00
Joseph Magly
6755bd3df2
docs: record Qwen3.8 E03 4-bit release
2026-08-29 23:12:45 -04:00
Joseph Magly
db731bc350
docs: link published Qwen3.8 E03 model
2026-08-29 20:52:17 -04:00
Joseph Magly
dd1336f9de
docs: record Qwen3.8 qualification evidence
2026-08-29 19:33:24 -04:00
Joseph Magly
4b737cba64
feat(qwen38): add E03 coherence recovery candidate
2026-08-29 18:45:57 -04:00
Joseph Magly
941869d909
feat: add tune-only Qwen3.8 E02 candidate ( #185 )
2026-08-29 03:54:53 -04:00
Joseph Magly
d3533d382f
fix: align broker pending window with cold loads ( #185 )
2026-08-29 01:36:37 -04:00
Joseph Magly
02cafde149
fix: make supervised pipeline timeout configurable ( #185 )
2026-08-29 01:12:34 -04:00
Joseph Magly
9e149bf656
feat: add held-out Qwen3.8 experiment protocol ( #185 )
2026-08-29 00:17:41 -04:00
Joseph Magly
e8a36d796c
feat: add durable reconnect-safe experiment runs ( #184 )
2026-08-28 23:50:45 -04:00
Joseph Magly
089c6eb5c0
docs: clarify shared-host admission budget
2026-08-28 10:46:24 -04:00
Joseph Magly
683b39ba53
fix: surface bounded GPU admission failures
2026-08-28 10:42:41 -04:00
Joseph Magly
827ba8e106
fix: validate Qwen hybrid runtime placement
2026-08-27 01:12:20 -04:00
Joseph Magly
31ceb7041c
fix: gate GPU allocation on supervisor admission
2026-08-24 21:02:58 -04:00
Joseph Magly
4b677be612
feat: publish GPU model lifecycle events
2026-08-24 20:27:21 -04:00
Joseph Magly
cad100dd70
feat: refresh model catalog and shared-host guidance
2026-08-23 18:57:13 -04:00
Joseph Magly
8e998fc842
docs: define PR acceptance and release process
2026-08-23 13:45:56 -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
7b7109feb5
ci: bind release evidence to artifact hashes
2026-08-22 10:59:08 -04:00
Joseph Magly
06e80af7b6
feat: add Jetson contributor validation path
2026-08-21 20:12:35 -04:00
Joseph Magly
1e870ccee0
docs: harden Jetson runtime decision
2026-08-21 19:40:38 -04:00
Joseph Magly
8814dbe359
docs: specify Jetson support path
2026-08-21 19:35:21 -04:00
Joseph Magly
b340cc025e
docs: define Jetson support acceptance plan
2026-08-21 19:31:58 -04:00
Joseph Magly
20d98b4ac1
docs(research): record BOS winsorization rationale
2026-08-21 18:12:21 -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
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
42b30f7e5b
docs: record Gate 3 conditional evidence
2026-08-16 09:34:24 -04:00
Joseph Magly
fa233fd8c9
ci: make CUDA conditional lane GPU-capable
2026-08-16 09:23:22 -04:00
Joseph Magly
baf5331730
docs: align conditional claim boundary
2026-08-16 09:12:37 -04:00
Joseph Magly
c90240f1e9
test: govern unavailable conditional environments
2026-08-16 09:05:41 -04:00
Joseph Magly
c1a1275291
ci: add conditional environment test gates
2026-08-14 14:29:14 -04:00
Joseph Magly
e7b658c0c8
ci: add reproducible supply-chain gates
2026-08-14 12:27:15 -04:00
faber and Claude Opus 4.6
04b8ec60cb
Add ASPA framework, AutoObliterator, Watchtower, expanded eval corpus
...
New core modules:
- auto_obliterate.py: Automated multi-iteration obliteration pipeline
- watchtower.py: HF Hub model discovery and tracking
- ui_watchtower.py: Gradio tabs for Watchtower (ready for app.py wiring)
- hard_negative.py: Residue mining from refusal audits
- model_profile.py: Parameter profiling from safetensors/config
- bestiary_sync.py: Sync models from PlinyOS BESTIARY registry
- models_client.py: Lightweight HF model list client
Framework enhancements:
- abliterate.py: ASPA source-tethering, step gradient blending, hard-negative residue support
- cli.py: self-improve command, model profiling, hard-negative flags
- prompts.py: Expanded 842-prompt refusal eval corpus across 10 categories
- __init__.py: New exports (Watchtower, AutoObliterator)
Reference implementations (14 scripts):
- ASPA sweep, gradient search, coherence eval, MMLU benchmarks
- Pareto controller, refusal sniper, stock comparisons
Documentation:
- README: Research framing, responsible use section, comprehensive disclaimer
- docs/beyond_sota_roadmap.md, docs/recursive_self_improvement.md
Tests: 4 new test files (354 lines)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-06-09 03:54:38 -04:00
pliny
69fa63ac43
Add files via upload
2026-03-08 12:07:56 -07:00
pliny
984ce14059
Add files via upload
2026-03-05 10:03:46 -08:00
pliny
66ea4a6f86
Add files via upload
2026-03-05 00:50:44 -08:00
pliny
0f6114fe87
Add files via upload
2026-03-04 12:38:18 -08:00