-
Notifications
You must be signed in to change notification settings - Fork 837
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(operator): Included LLM spec to CRD (#6234)
* Included llm spec into operator * Implemented SetLlm in scheduler and included associated test * Generated protocol buffers * Generated k8s crds * Refactored SetExplainer and SetLlm to avoid code duplication * Refactored TestSetExplainer and TestSetLlm to avoid code duplication * Fixed operator test for model types * Fixed operator model_types * Fixed crd config * Regenerated manifests and deepcopy * Update scheduler/pkg/agent/repository/mlserver/mlserver.go Co-authored-by: Sherif Akoush <[email protected]> * Keep original id/ordering and make explainer and llm of type oneof * Renamed setModelSettings to setExtraParameters * Updated operator for mutual exclusive explainer and llm * Included model spec validation test * Use map as param in customize function in scheduler * Fix return err from spec validation step * Replaced customize function with map --------- Co-authored-by: Sherif Akoush <[email protected]>
- Loading branch information
1 parent
c078211
commit 08fa567
Showing
12 changed files
with
1,629 additions
and
1,157 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.