Add crdt-merge — CRDT-guaranteed model merging with 25 strategies#23
Add crdt-merge — CRDT-guaranteed model merging with 25 strategies#23mgillr wants to merge 1 commit intoEnnengYang:mainfrom
Conversation
|
Thank you for your contribution! I have added this excellent library to the following subsections: |
|
@EnnengYang Thank you for including crdt-merge in the Benchmark/Evaluation section. Would it be possible to update the Remark to better reflect the project's core contribution? The current description doesn't distinguish it from existing toolkits like MergeKit. |
|
The "Remark" has been updated as per your suggestion. Thank you for your contribution. |
Add crdt-merge
crdt-merge is a Python library that brings CRDT (Conflict-free Replicated Data Type) guarantees to data merging — covering DataFrames, JSON, ML model weights, and distributed agent state.
Key features:
pip install crdt-mergeThank you for considering this addition!