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

Integration Framework Refactor #28

Merged
merged 13 commits into from
Dec 28, 2023
Merged

Integration Framework Refactor #28

merged 13 commits into from
Dec 28, 2023

Conversation

jordanvolz
Copy link
Owner

@jordanvolz jordanvolz commented Dec 22, 2023

This PR makes the lolpop integration framework customizable. Previously lolpop enforced a framework of the following:

runner: 
  component: 
  pipeline: 
    component:

While this is suitable for many ML use cases, it's expected that there may be use cases where different frameworks would be desirable, so this pr makes it so a framework can be defined at runtime in your yaml file, via:

integration_framework: 
runner: 
  widget:
  component:
    widget:  
  pipeline: 
    component:
      widget:

@jordanvolz jordanvolz merged commit 27c2aa5 into main Dec 28, 2023
1 check passed
@jordanvolz jordanvolz deleted the jav/lol-58 branch December 28, 2023 20:23
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.

None yet

1 participant