-
Notifications
You must be signed in to change notification settings - Fork 61
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
[upstream contribution] Support ormb in Seldon Core and KFServing #25
Comments
/priority p0 |
Seldon Core already supports multiple storage backend here github.com/SeldonIO/seldon-core/python/seldon_core/storage.py, thus it should not be hard to support ormb. |
Is there any upstream tracking issue? |
No, going to request a demo show slot in seldon core community call. Now do not have the bandwidth for it currently. I think we should have a blog post in English for it first, then the community members can know more about our project. |
ok, SGTM |
We decide to implement it in our fork first to provide the end-to-end prototype. |
Ref #34 KFServing and Seldon Core download the model using Python code. Now we will implement our own initializer using Golang. |
We have to fork the seldon-core to support auth for ormb. Ref gaocegege/seldon-core#2 |
Now we succeed to run Seldcon Core deployment with ormb in gaocegege/seldon-core#2 . But we have some modifications for it. Maybe we should try to:
|
We do not need to modify seldon core code. Things we need to do for the issue is to present it in Seldon Core community. |
ref #44 |
Is this a BUG REPORT or FEATURE REQUEST?:
What happened:
ormb should be able to be used in KFServing and Seldon Core to pull/push models.
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: