-
Notifications
You must be signed in to change notification settings - Fork 68
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
Add the MLOps platform as part of the GenAI infra #326
base: main
Are you sure you want to change the base?
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
@andreeamun thank you for your PR. Would like to understand better how MLOPS fits in currently with OPEA, which is focused on RAG/GenAI pipelines. Also the Data science kit. I do agree they both pertain to machine learning but need some use cases to justify why we want to pull it in here. This might be a logical evolution of OPEA and we may also pull in Jupyter Notebooks. Further, if are bringing in Ubuntu related materials, there will need to be more documentation. Currently we have not made any requirements on the operating system running on the platforms/nodes. |
thank you @mkbhanda . An MLOps platform such as Charmed Kubeflow is crucial when it comes to RAG / GenAI pipelines because it automates some of the workloads and enables easy iteration. To be more precise, MLOps platforms can be used to:
Such a platform is a cloud-native application which runs on any CNCF-conformant Kubernetes, giving enterprises freedom to build on their existing infrastructure, regardless of the OS running underneath. However, I am happy to provide more details on what are the benefits of using Ubuntu as the recommended operating system. Please let me know if this answers your question. |
@andreeamun Thank you for the contribution. Will you rebase your PR and sign off your PR? Refer to the guidance here: https://github.com/opea-project/GenAIInfra/pull/326/checks?check_run_id=29702935232 |
If we want to support the kubeflow or DSS, we'd better provide some detailed use case, examples and code changes, scripts whatever needed. |
Thank you @KfreeZ for your input! @andreeamun OPEA is starting from solving end-user problems with reference implementations. Perhaps a use case illustrated using in GenAIExamples of fine-tuning or data-prep would be more compelling then just documenting how to install Kubeflow. We have RFCs as PRs in https://github.com/opea-project/docs where we can collaborate on any use case you choose to highlight value. |
Description
Add MLOps platform to the proposed infrastructure to enable organisations to automate their ML workloads.
Issues
List the issue or RFC link this PR is working on. If there is no such link, please mark it as
n/a
.Type of change
Dependencies
Tests
Describe the tests that you ran to verify your changes.