CoolFace
Apppublic

Executor-Tyrant-Framework/Condensate

sourceHugging Faceagpl-3.0updated 3mo agoView on Hugging Face
0likes
42 commits on main
92760f73mo ago

Revert PIPELINE to test_mode: true — SIGSEGV in production mode

Executor-Tyrant-Framework, Claude Sonnet 4.6
28a450b3mo ago

Enable production condensation with recently_freed tombstone guard

Executor-Tyrant-Framework, Claude Sonnet 4.6
139ef323mo ago

Fix Cargo.toml default feature: preload-only build for LD_PRELOAD safety

Executor-Tyrant-Framework, Claude Sonnet 4.6
5fbdb384mo ago

Add system-wide laptop observer + keep-alive wrapper

Executor-Tyrant-Framework, Claude Sonnet 4.6
0258a104mo ago

Condensate: observer-data hardening — 4 membrane refinements (#260)

Executor-Tyrant-Framework, Claude Sonnet 4.6
af39d594mo ago

Fix condenser SIGSEGV — set test_mode=true in LD_PRELOAD pipeline

Executor-Tyrant-Framework, Claude Sonnet 4.6
c1740da4mo ago

Fix LD_PRELOAD bootstrap SIGSEGV — static early-alloc buffer

Executor-Tyrant-Framework, Claude Sonnet 4.6
8f6fe756mo ago

Add *.so to .gitignore — compiled Rust binaries should not be tracked

Executor-Tyrant-Framework, Claude Sonnet 4.6
49a363e6mo ago

Add GitHub Actions workflow: auto-sync to HF Space on push to main

Executor-Tyrant-Framework, Claude Sonnet 4.6
425ec626mo ago

Fix deposit(): use ng_tract.deposit_outcome, not write_outcome + Python I/O

Executor-Tyrant-Framework, Claude Sonnet 4.6
11ff85a6mo ago

Born dormant: grace period replaces skip list for system-wide safety

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
2387c676mo ago

Skip Node.js processes in LD_PRELOAD hooks — fix gateway SEGV

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
4c1cadb6mo ago

Lazy neighbor cleanup: remove O(N) scan from every free

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
7c576676mo ago

Exorcise field ghosts: remove_region on free, dead allocations leave the field

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
c85191b6mo ago

Fix LD_PRELOAD deadlock: static .bss ring buffer, zero heap allocation

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
96f32136mo ago

Lock-free ring buffer for LD_PRELOAD hooks — eliminate malloc overhead

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
4b6e8416mo ago

Condensate v2: Full Rust conversion — 12 modules, 105 tests, zero Python inflation

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
3db22eb6mo ago

Wire Lenia field into pipeline — continuous thermal dynamics live

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
49624b96mo ago

Lenia thermal field: continuous dynamics for memory temperature

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
4f748a06mo ago

Tuned pipeline: adaptive identity, predictions firing

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
0df4f756mo ago

Wire membrane hooks into full pipeline — the system is alive

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
12fc5b26mo ago

Pipeline: the living loop — membrane → graph → predictor → condenser

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
af190996mo ago

Rust condenser: HOT/WARM/COLD tier management with LZ4 compression

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
06e681c6mo ago

Rust membrane: LD_PRELOAD system-level memory interception

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
6b618cb6mo ago

Split load/train: CPU model load + GPU training separately

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
9fe063f6mo ago

Rust-Python bridge: maturin build, wrapper, head-to-head benchmark

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
26cf6616mo ago

Rust core: AccessGraph + RustPredictor with PyO3 bindings

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
487e5c06mo ago

Fix: increase GPU timeout to 180s, remove torch_dtype kwarg

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
0f055ca6mo ago

Restructure: single GPU call for load+train, no nesting

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
b921d176mo ago

Fix ZeroGPU: load model on CPU, move to GPU inside decorated fns

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
3da31986mo ago

Head-level membrane v2 — decompose attention by individual heads

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
afef0516mo ago

Upgrade to gpt2-large (774M, 36 layers, 20 heads)

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
97c512b6mo ago

Upgrade to gpt2-medium (355M params, 24 layers)

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
1f61cbe6mo ago

Remove show_copy_button — not in Gradio 6

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
fd0231e6mo ago

Restore full PyTorch demo with ZeroGPU support

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
bc9f1cc6mo ago

Remove PyTorch dependency — demo uses PoC layers directly

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
4a67b5a6mo ago

Use Gradio 6.10.0, explicit server bind

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
8cdbeb86mo ago

Fix Gradio version: use sdk_version 5.29.0, don't pin gradio in requirements

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
9bd5b6d6mo ago

Add .gitignore, include tests, remove cache artifacts

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
efd23fa6mo ago

Fix HF Space: CPU-only torch, lazy imports

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
262b9d56mo ago

Condensate PoC — all 4 layers + HF Spaces demo

Executor-Tyrant-Framework, Claude Opus 4.6 (1M context)
bebcbcf6mo ago

initial commit

Executor-Tyrant-Framework