Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/encoder decoder factory #186

Open
wants to merge 38 commits into
base: main
Choose a base branch
from

Conversation

CarlosGomes98
Copy link
Collaborator

This pr addresses #135

It does quite a few things:

  • Adds a more powerful EncoderDecoderFactory
  • Adds registries and multisource registries
  • Adds Necks
  • Adds smp registry (@PedroConrado )
  • Adds mmseg registry (@paolofraccaro )
  • Updates examples to use the new functionalities
  • Adds tests for these functionalities
  • Adds docs for these functionalities

As future steps after this is merged, a lot of existing factories can either be removed / deprecated (as with PrithviModelFactory) or simplified greatly.

This PR does not break PrithviModelFactory, but modifies it to use the EncoderDecoderFactory. It is marked as deprecated and should be removed in the future. But for now this should not break any back compatibility.

CarlosGomes98 and others added 27 commits October 11, 2024 07:00
Signed-off-by: Carlos Gomes <[email protected]>
Signed-off-by: Carlos Gomes <[email protected]>
Signed-off-by: Carlos Gomes <[email protected]>
Signed-off-by: Carlos Gomes <[email protected]>
Signed-off-by: Carlos Gomes <[email protected]>
Signed-off-by: Carlos Gomes <[email protected]>
Signed-off-by: Carlos Gomes <[email protected]>
Signed-off-by: Carlos Gomes <[email protected]>
Signed-off-by: Carlos Gomes <[email protected]>
Signed-off-by: Carlos Gomes <[email protected]>
Signed-off-by: Carlos Gomes <[email protected]>
Signed-off-by: Carlos Gomes <[email protected]>
Signed-off-by: Carlos Gomes <[email protected]>
Signed-off-by: Carlos Gomes <[email protected]>
Signed-off-by: Carlos Gomes <[email protected]>
Signed-off-by: Carlos Gomes <[email protected]>
Signed-off-by: Carlos Gomes <[email protected]>
Signed-off-by: Carlos Gomes <[email protected]>
Signed-off-by: Carlos Gomes <[email protected]>
Carlos Gomes and others added 5 commits October 11, 2024 07:00
Signed-off-by: Carlos Gomes <[email protected]>
Signed-off-by: Carlos Gomes <[email protected]>
Signed-off-by: Carlos Gomes <[email protected]>
Signed-off-by: Carlos Gomes <[email protected]>
Signed-off-by: Carlos Gomes <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants