Add crdt-merge β 26 CRDT-compliant model merge strategies#438
Open
mgillr wants to merge 2 commits intolukasmasuch:mainfrom
Open
Add crdt-merge β 26 CRDT-compliant model merge strategies#438mgillr wants to merge 2 commits intolukasmasuch:mainfrom
mgillr wants to merge 2 commits intolukasmasuch:mainfrom
Conversation
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid β if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="projects.yaml">
<violation number="1" location="projects.yaml:4674">
P2: Category typo: `model-serialization` is not a defined category; the file defines `model-serialisation` instead. This creates an invalid category and may break grouping/validation.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
Author
|
Thanks! Please use category: model-serialization (American spelling) or feel free to pick the most appropriate existing category like ml-frameworks, data-processing, or model-merging if one exists.
β¦ On 30. Mar 2026, at 17:43, cubic-dev-ai[bot] ***@***.***> wrote:
@cubic-dev-ai[bot] commented on this pull request.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
In projects.yaml <#438?email_source=notifications&email_token=AIUHZP7QD4ILCEPA7KJEFUT4TKIYXA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTIMBTGE2TIMZXHE42M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2K64DSL5ZGK5TJMV3V6Y3MNFRWW#discussion_r3010641574>:
> @@ -4668,3 +4668,9 @@ projects:
- github_id: juspay/neurolink
category: ml-frameworks
description: Enterprise-grade LLM integration framework for building production-ready AI applications with built-in hallucination prevention, RAG, and MCP support
+- name: crdt-merge
+ github_id: mgillr/crdt-merge
+ pypi_id: crdt-merge
+ category: model-serialization
P2: Category typo: model-serialization is not a defined category; the file defines model-serialisation instead. This creates an invalid category and may break grouping/validation.
Prompt for AI agents
β¬οΈ Suggested change
- category: model-serialization
+ category: model-serialisation
<https://www.cubic.dev/action/fix/violation/9f9dff3c-8fb9-4386-9e0f-bf74b2dee699>
β
Reply to this email directly, view it on GitHub <#438?email_source=notifications&email_token=AIUHZP67WLLXDHIANPDCN4L4TKIYXA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTIMBTGE2TIMZXHE42M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2L24DSL5ZGK5TJMV3V63TPORUWM2LDMF2GS33OONPWG3DJMNVQ#pullrequestreview-4031543799>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AIUHZP3F4GDBOVGF3LUHOSL4TKIYXAVCNFSM6AAAAACXGLS3QCVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHM2DAMZRGU2DGNZZHE>.
You are receiving this because you authored the thread.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi! π
I'd like to add crdt-merge to the model-serialization or model tools category.
crdt-merge provides 26 model merge strategies (SLERP, TIES, DARE, Fisher, LoRA, evolutionary, and more) that are all provably CRDT-compliant via a novel two-layer OR-Set architecture.
Key ML features:
PyPI:
pip install crdt-merge[model]Thanks for maintaining this list! π
Summary by cubic
Add
crdt-mergeto the model-serialisation category in projects.yaml, including GitHub/PyPI metadata and a description for a library with 26 CRDTβcompliant model merge strategies (SLERP, TIES, DARE, Fisher, LoRA) with convergence guarantees.Written for commit 12181e3. Summary will update on new commits.