-
Notifications
You must be signed in to change notification settings - Fork 55
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 of MLFlow and Other Registries Support #46
Comments
@lampajr I would like to work on this task as a part of GSoC 2024. |
@Dhanunjaya-Elluri you are welcome to submit as proposal but it will be a small project. You can welcome to contribute outside of Gsoc too. |
Hi @rareddy, thanks for your quick reply. I already submitted proposal. But I can start looking into this right now. Do you have any suggestions to get started? For example acceptance criteria for this task. |
@Dhanunjaya-Elluri if your approach is going to be similar to HF work I suggest take look that. See this opendatahub-io/model-registry-bf4-kf#133 look at the comment I made about the abstracting API, I still believe that is the right way to develop a feature that can fit consistent API or a little variation of it if you are feeling little brave. well acceptance criteria is that works and have unit tests, an documented example. |
* Py: Fix misleading errors on missing list results (kubeflow#65) * py: fix type annotations to return concrete types Signed-off-by: Isabella Basso do Amaral <[email protected]> * py: fix missing type check on empty list results Signed-off-by: Isabella Basso do Amaral <[email protected]> --------- Signed-off-by: Isabella Basso do Amaral <[email protected]> * fix: OpenAPI ModelVersion shall contain registeredModelId property (kubeflow#61) need to adapt property definition in OpenAPI to accomodate openapi-codegen result; according to contract (as also visible in swagger) the ModelVersion is to contain property: registeredModelId Signed-off-by: Matteo Mortari <[email protected]> --------- Signed-off-by: Isabella Basso do Amaral <[email protected]> Signed-off-by: Matteo Mortari <[email protected]> Co-authored-by: Isabella Basso <[email protected]> Co-authored-by: Matteo Mortari <[email protected]>
This reverts commit 4e2a58c. Missing the correct label, the automated merge did not merge-commit but squash-commit. Reverting.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
We need this (maybe reframed, rescoped) as part of roadmap. /lifecycle frozen |
@Dhanunjaya-Elluri you still interested in this? how is @mzhl1111 work related? |
Kubeflow's model registry Python client supports only HuggingFace.
The text was updated successfully, but these errors were encountered: