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 Pending UK 2607132.4

Pick a strategy. Merge two models. See the mathematical proof that merge(A,B) == merge(B,A). Uses real prajjwal1/bert-tiny weights from HuggingFace Hub when available, otherwise synthetic tensors.

Note: Some strategies may produce similar or identical outputs with only 2 models at equal weights โ€” this is mathematically expected. Differences become significant with 3+ models or real fine-tuned weights.

Merge Strategy

26 strategies. Task-vector strategies (ties, dare, etc.) use a synthetic base.

0.1 0.9

Per-Layer Provenance


crdt-merge v0.9.4 ยท Patent Pending UK 2607132.4 ยท BUSL-1.1 โ†’ Apache 2.0 (2028-03-29)

๐Ÿ  Flagship ยท ๐Ÿ”ฌ Data Playground ยท ๐ŸŒ Federation ยท GitHub ยท PyPI ยท pip install crdt-merge