Replies: 4 comments 10 replies
-
Hey @yhwang. To clarify, are we talking about having some integration of actual service bits of the LM-eval-service with the TrustyAI service, in addition to merging the lm-eval-service-controller into the TrustyAI operator? And the actual LM-eval-service is currently a Python+Flask server, right? If so, that could potentially pose an interesting project, but perhaps from the opposite direction: TrustyAI has been contemplated creating a Python-based TrustyAI Service, that could run alongside/replace the current Java service, to allow for closer alignment with other ML/data science projects. If we want to align these, perhaps the lm-eval-service could be the first module of this broader Python based TrustyAI service. |
Beta Was this translation helpful? Give feedback.
-
I started with a general idea and then we can dive into the specific details and scope, i.e. integrating the LMEvalJob CRD and controller into the TustyAI operator. Let me change the first item to: |
Beta Was this translation helpful? Give feedback.
-
One thing we definitely need to think through is this: Why should one avoid a system design where a single controller is responsible for managing multiple CRDs (Custom Resource Definitions)(for example, an ‘install_all_controller.go’)? so definitely two controllers for 2 CRDs and the architecture could be:
B)
Open for discussion (I guess this is why this discussion thread was created) |
Beta Was this translation helpful? Give feedback.
-
Thanks for all the input, let me summarize what we have discussed so far:
@RobGeada @ruivieira feel free to chime in and correct me if something is wrong. |
Beta Was this translation helpful? Give feedback.
-
TrustyAI service is The TrustyAI service is a REST service that provides the integration between XAI and metrics algorithms provided by the TrustyAI core and external models.
TrustyAI operator is used to deploy the TrustAI service.
Integrating the LM-Eval-aaS from this repo with the TrustyAI service would be good. I'd like to use this to discuss
and maybe other topics
Beta Was this translation helpful? Give feedback.
All reactions