crdt-merge

Deterministic model merging with mathematical convergence guarantees.

The first merge library where merge(A, B) == merge(B, A) — always. 26 strategies across 8 categories. All CRDT-compliant. Proven, not promised.

pip install crdt-merge · GitHub · PyPI · Patent: UK Application No. GB 2607132.4, GB2608127.3 · E4 Trust-Delta Architecture

Real Model Merge Lab

Merge actual HuggingFace models using any of 26 CRDT-verified strategies. 75+ models across 28 architecture families -- select a compatible family, then pick any two models to merge.

The merged model is downloadable as .npz (load with np.load() in any framework) with a full provenance audit trail and produced model card.

Size Download Time
<50MB Fast (seconds)
50-200MB Medium (under a minute)
200-500MB Slow (1-3 minutes)
>500MB Very slow (3+ minutes)
Architecture Family (compatibility group)

Models within the same family share architecture and hidden dimensions -- guaranteed compatible for merging.

Model A

Select Model A

All models in this dropdown are compatible with Model B.

Model B

Select Model B

Pick a different model from the same family to merge with Model A.

Merge Strategy

All 26 CRDT-verified strategies. Task-vector strategies use the mean of both models as base.

0.1 0.9

Per-Layer Provenance & Analysis

Per-Layer Provenance & Analysis

Download Merged Artifacts


crdt-merge v0.9.5 · Patent: UK Application No. GB 2607132.4, GB2608127.3 · E4 Trust-Delta · BUSL-1.1 → Apache 2.0 (2028-04-08)

🏠 Flagship · 🔬 Data Playground · 🌐 Federation · GitHub · ⭐ Star Repo · 👁️ Watch · 📐 Architecture Deep Dive · PyPI · pip install crdt-merge