Support model bundles
Closed this issue · 5 comments
It's very common that folks want to load several models concurrently, as opposed to having 1 model.
Should we make it a prime citizen of the Zoltar API?
@yonromai could you provide more details, which parts would you like to encapsulate in the "bundle"?
I assume that the most natural implementation of a bundle would enable to build and interact with a set of Predictor
keyed on String
. Should also make sure that it's easy to reuse parts of the Predictor
(for example share the feature extraction bits across predictors) without causing state issues.
Does that answer your question?
@yonromai aha, I see - let's see what we can do.
Eagerly closing this, as we haven't seen very much interest in this feature internally. Feel free to re-open if the need arises.
Yeah let's reopen this if needed!