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

[CONFIG]: Add custom config merging and Update image version and #1514

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AshishMahendra
Copy link
Collaborator

Description

Summary:

  • Updated the jac-splice-orc plugin to support custom configuration merging.
  • Enhanced the ConfigLoader to handle default, loaded, and custom configurations with deepmerge.
  • Modified orc_initialize to accept a custom config path.
  • Updated dependencies to include deepmerge.
  • Updated image version in config.json and aligned the POD_MANAGER_URL for local use.

@AshishMahendra AshishMahendra changed the title [CONFIG]: Update image version and add custom config merging [CONFIG]: Add custom config merging and Update image version and Jan 20, 2025
@AshishMahendra AshishMahendra requested a review from ypkang January 20, 2025 12:48
@@ -5,3 +5,4 @@ protobuf==4.23.4
pluggy==1.2.0
jaclang
numpy
deepmerge==2.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's implement it ourselves without adding this requirement.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually, we shouldn't try to merge the configs. We should just use the config provided by the user OR the default one, as a whole.

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